/********************
 METRONIC COMPONENTS 
********************/
/***
General reset
***/
/* Set default body */
body {
  color: #484b50;
  font-family: "montserrat", Arial, sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 14px;
  direction: ltr; }

/*
 Internet Explorer 10 doesn't differentiate device width from viewport width, and thus doesn't 
 properly apply the media queries in Bootstrap's CSS. To address this, 
 you can optionally include the following CSS and JavaScript to work around this problem until Microsoft issues a fix.
*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*
 Internet Explorer 10 doesn't differentiate device width from viewport width, 
 and thus doesn't properly apply the media queries in Bootstrap's CSS. To address this, following CSS code applied 
*/
@-ms-viewport {
  width: auto !important; }
/* Custom scrollbars for webkit browsers */

/*
::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #cecece; }

::-webkit-scrollbar-thumb {
  background-color: #cecece; }

::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa; }

::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: none;
  border: 0; }

::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: none;
  border: 0; }
*/

/* Reset round corners */
div,
input,
select,
textarea,
span,
img,
table,
label,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
    /*
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	*/ }

.img-circle {
  border-radius: 50% !important; }

.img-rounded {
  border-radius: 6px !important; }

/***
General typography
***/
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "montserrat", Arial, sans-serif;
  font-weight: 300; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

/* Headings helper text */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #888888; }

/* Block headings */
h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-top: 10px;
  padding-bottom: 10px; }

/* Links */
a {
  text-shadow: none;
  color: #316cbe; }
  a:hover {
    color: #e26f99;
    outline: 0; }
  a:focus, a:active {
    outline: 0;
    color: #316cbe; }
  a:focus, a:active {
    text-decoration: none; }

/* Horizontal break */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 0; }

/* Unstyled List */
.list-unstyled li > .list-unstyled {
  margin-left: 25px; }

/* Code */
code {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }

/* Disabled Navigation Link */
.disabled-link .disable-target {
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important; }
.disabled-link:hover {
  cursor: not-allowed !important; }

/***
Utilities
***/
/* Line through */
.line-through {
  display: block;
  font-size: .875em;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1; }
  .line-through:before {
    width: 40px;
    height: 10px;
    background-color: #ebedf2;
    content: '';
    margin: -5px 0 0 -20px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: -1; }
  .line-through:after {
    border-bottom: 1px solid #dfe0e6;
    content: '';
    display: block;
    position: absolute;
    top: 49%;
    width: 100%;
    z-index: -2; }

/* Circle Element */
.circle {
  border-radius: 25px !important; }

.circle-right {
  border-radius: 0 25px 25px 0 !important; }

.circle-left {
  border-radius: 25px 0 0 25px !important; }

.circle-bottom {
  border-radius: 0 0 25px 25px !important; }

.circle-top {
  border-radius: 25px 25px 0 0 !important; }

/* General utilities */
.display-none,
.display-hide {
  display: none; }

.bold {
  font-weight: 700 !important; }

.uppercase {
  text-transform: uppercase !important; }

.fix-margin {
  margin-left: 0px !important; }

.border {
  border: 1px solid red; }

.inline {
  display: inline; }

.text-align-reverse {
  text-align: right; }

/* Margin and padding utilities */
.no-space {
  margin: 0px !important;
  padding: 0px !important; }

.no-margin {
  margin: 0; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

/* IE8 & IE9 mode utilities */
.visible-ie8 {
  display: none; }

.ie8 .visible-ie8 {
  display: inherit !important; }

.visible-ie9 {
  display: none; }

.ie9 .visible-ie9 {
  display: inherit !important; }

.hidden-ie8 {
  display: inherit; }

.ie8 .hidden-ie8 {
  display: none !important; }

.hidden-ie9 {
  display: inherit; }

.ie9 .hidden-ie9 {
  display: none !important; }

/***
Responsive Utils
***/
@media (max-width: 1024px) {
  .hidden-1024 {
    display: none; } }
@media (max-width: 480px) {
  .hidden-480 {
    display: none; } }
@media (max-width: 320px) {
  .hidden-320 {
    display: none; } }
/***
Demo Utils
***/
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto; }

.util-btn-margin-bottom-5 .btn {
  margin-bottom: 5px !important; }

.util-btn-group-margin-bottom-5 .btn-group {
  margin-bottom: 5px !important; }

/***
Users
***/
.user-info {
  margin-bottom: 10px !important; }
  .user-info img {
    float: left;
    margin-right: 5px; }
  .user-info .details {
    display: inline-block; }
  .user-info .label {
    font-weight: 300;
    font-size: 11px; }

/***
Top News Blocks(new in v1.2.2) 
***/
.top-news {
  color: #fff;
  margin: 8px 0; }
  .top-news em {
    font-size: 13px;
    margin-bottom: 8px;
    margin-bottom: 0;
    font-style: normal;
    display: block; }
    .top-news em i {
      font-size: 14px; }
  .top-news span {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    text-align: left; }
  .top-news a {
    display: block;
    text-align: left;
    padding: 10px;
    position: relative;
    margin-bottom: 10px; }
    .top-news a .top-news-icon {
      right: 8px;
      bottom: 15px;
      opacity: 0.3;
      font-size: 35px;
      position: absolute;
      filter: alpha(opacity=30);
      /*For IE8*/ }

/***
Block Images(new in v1.2.2)
***/
.blog-images {
  margin-bottom: 0; }
  .blog-images li {
    padding: 0;
    margin: 0;
    display: inline; }
    .blog-images li a:hover {
      text-decoration: none; }
    .blog-images li img {
      width: 50px;
      height: 50px;
      opacity: 0.6;
      margin: 0 2px 8px; }
      .blog-images li img:hover {
        opacity: 1;
        box-shadow: 0 0 0 4px #72c02c;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s; }

/***
Sidebar Tags
***/
.sidebar-tags li {
  padding: 0; }
  .sidebar-tags li a {
    color: #555;
    font-size: 12px;
    padding: 3px 5px;
    background: #f7f7f7;
    margin: 0 2px 5px 0;
    display: inline-block; }
    .sidebar-tags li a:hover, .sidebar-tags li a:hover i {
      background: #EEE;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .sidebar-tags li a i {
      color: #777; }

/***
Custom vertical inline menu
***/
.ver-inline-menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  .ver-inline-menu li {
    position: relative;
    margin-bottom: 1px; }
    .ver-inline-menu li i {
      width: 37px;
      height: 37px;
      display: inline-block;
      color: #b9cbd5;
      font-size: 15px;
      padding: 12px 10px 10px 8px;
      margin: 0 8px 0 0;
      text-align: center;
      background: #e0eaf0 !important; }
    .ver-inline-menu li a {
      font-size: 14px;
      font-weight: 300;
      color: #557386;
      display: block;
      background: #f0f6fa;
      border-left: solid 2px #c4d5df; }
    .ver-inline-menu li:hover a {
      background: #e0eaf0;
      text-decoration: none; }
    .ver-inline-menu li:hover i {
      color: #fff;
      background: #c4d5df !important; }
    .ver-inline-menu li.active a {
      border-left: solid 2px #0c91e5; }
    .ver-inline-menu li.active i {
      background: #0c91e5 !important; }
    .ver-inline-menu li.active a, .ver-inline-menu li.active i {
      color: #fff;
      background: #169ef4;
      text-decoration: none; }
    .ver-inline-menu li.active a, .ver-inline-menu li:hover a {
      font-size: 14px; }
    .ver-inline-menu li.active:after {
      content: '';
      display: inline-block;
      border-bottom: 6px solid transparent;
      border-top: 6px solid transparent;
      border-left: 6px solid #169ef4;
      position: absolute;
      top: 12px;
      right: -5px; }

@media (max-width: 767px) {
  .ver-inline-menu > li.active:after {
    display: none; } }
/***
Customized Bootstrap Alerts
***/
.alert {
  border-width: 1px; }

/***
Bootstrap Alerts
***/
.alert-success {
  background-color: #ffffff;
  border-color: #c3ebdd;
  color: #33ba89; }
  .alert-success.alert-solid {
    background-color: #33ba89;
    border-color: #33ba89;
    color: #fff; }
    .alert-success.alert-solid a {
      color: #fff; }
    .alert-success.alert-solid .close, .alert-success.alert-solid .close:hover, .alert-success.alert-solid .close:focus {
      color: #fff; }
  .alert-success hr {
    border-top-color: #b0e5d2; }
  .alert-success .alert-link {
    color: #28926c; }

.alert-info {
  background-color: #ffffff;
  border-color: #cddcf0;
  color: #316cbe; }
  .alert-info.alert-solid {
    background-color: #316cbe;
    border-color: #316cbe;
    color: #fff; }
    .alert-info.alert-solid a {
      color: #fff; }
    .alert-info.alert-solid .close, .alert-info.alert-solid .close:hover, .alert-info.alert-solid .close:focus {
      color: #fff; }
  .alert-info hr {
    border-top-color: #b9ceea; }
  .alert-info .alert-link {
    color: #275595; }

.alert-warning {
  background-color: #ffffff;
  border-color: #edc5b0;
  color: #f6722a; }
  .alert-warning.alert-solid {
    background-color: #f6722a;
    border-color: #f6722a;
    color: #fff; }
    .alert-warning.alert-solid a {
      color: #fff; }
    .alert-warning.alert-solid .close, .alert-warning.alert-solid .close:hover, .alert-warning.alert-solid .close:focus {
      color: #fff; }
  .alert-warning hr {
    border-top-color: #e8b69b; }
  .alert-warning .alert-link {
    color: #e3560a; }

.alert-danger {
  background-color: #ffffff;
  border-color: #f1cad2;
  color: #e26f99; }
  .alert-danger.alert-solid {
    background-color: #e26f99;
    border-color: #e26f99;
    color: #fff; }
    .alert-danger.alert-solid a {
      color: #fff; }
    .alert-danger.alert-solid .close, .alert-danger.alert-solid .close:hover, .alert-danger.alert-solid .close:focus {
      color: #fff; }
  .alert-danger hr {
    border-top-color: #ecb6c1; }
  .alert-danger .alert-link {
    color: #d9457b; }

/***
Custom Bootstrap Badges
***/
.badge {
  font-size: 11px !important;
  font-weight: 300;
  text-align: center;
  height: 18px;
  padding: 3px 6px 3px 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-shadow: none !important;
  text-align: center;
  vertical-align: middle; }
  .badge.badge-roundless {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; }

/* Badge variants */
.badge-default {
  background-color: #c6c6c6;
  background-image: none; }

.badge-primary {
  background-color: #0e1c2e;
  background-image: none; }

.badge-info {
  background-color: #316cbe;
  background-image: none; }

.badge-success {
  background-color: #33ba89;
  background-image: none; }

.badge-danger {
  background-color: #e26f99;
  background-image: none; }

.badge-warning {
  background-color: #f6722a;
  background-image: none; }

.btn.btn-info .badge, .btn.btn-success .badge, .btn.btn-default .badge, .btn.btn-primary .badge, .btn.btn-warning .badge, .btn.btn-danger .badge {
  position: absolute;
  top: -9px;
  right: -7px;
  padding: 3px 6px; }
.btn.btn-info .badge-danger, .btn.btn-success .badge-danger, .btn.btn-default .badge-danger, .btn.btn-primary .badge-danger, .btn.btn-warning .badge-danger, .btn.btn-danger .badge-danger {
  background-color: #e26f99;
  background-image: none;
  color: #fff; }
.btn.btn-info .badge-info, .btn.btn-success .badge-info, .btn.btn-default .badge-info, .btn.btn-primary .badge-info, .btn.btn-warning .badge-info, .btn.btn-danger .badge-info {
  background-color: #316cbe;
  background-image: none;
  color: #fff; }
.btn.btn-info .badge-success, .btn.btn-success .badge-success, .btn.btn-default .badge-success, .btn.btn-primary .badge-success, .btn.btn-warning .badge-success, .btn.btn-danger .badge-success {
  background-color: #33ba89;
  background-image: none;
  color: #fff; }
.btn.btn-info .badge-warning, .btn.btn-success .badge-warning, .btn.btn-default .badge-warning, .btn.btn-primary .badge-warning, .btn.btn-warning .badge-warning, .btn.btn-danger .badge-warning {
  background-color: #f6722a;
  background-image: none;
  color: #fff; }

/* Fix badge position for navs */
.nav.nav-pills > li > a > .badge,
.nav.nav-stacked > li > a > .badge {
  margin-top: -2px; }

/***
Dropdown Menu Badges
***/
.dropdown-menu > li > a > .badge {
  position: absolute;
  margin-top: 1px;
  right: 3px;
  display: inline;
  font-size: 11px;
  font-weight: 300;
  text-shadow: none;
  height: 18px;
  padding: 3px 6px 3px 6px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important; }
.dropdown-menu.badge-roundless {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

/***
Customized Bootstrap Buttons
***/
/* Default buttons */
.btn {
  border-width: 0;
  padding: 9px 20px;
  font-size: 14px;
  outline: none !important;
  background-image: none !important;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }
  .btn.dropdown-toggle, .btn-group .btn.dropdown-toggle .btn:not(.btn-ghost), .btn-group .btn.dropdown-toggle .btn:not(.btn-ghost:hover), .btn:hover, .btn:disabled, .btn[disabled], .btn:focus, .btn:active, .btn.active {
    outline: none !important;
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none; }

.btn-default {
  border-width: 1px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

/* Bootstrap buttons */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #b3b3b3; }
  .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #b3b3b3; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default.btn-ghost {
    color: #fff;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    border-width: 0; }
    .btn-default.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .btn-default.btn-ghost.btn-transparent.active, .btn-default.btn-ghost.btn-transparent.open, .btn-default.btn-ghost.btn-transparent:focus, .btn-default.btn-ghost.btn-transparent:active {
        color: #fff;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #fff;
        box-shadow: inset 0 0 0 1px #fff; }
    .btn-default.btn-ghost.active, .btn-default.btn-ghost.open, .btn-default.btn-ghost:focus, .btn-default.btn-ghost:active {
      color: #fff;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #fff;
      box-shadow: inset 0 0 0 1px #fff; }
  .btn-default.btn-ghost:hover {
    color: #e6e6e6;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
    box-shadow: inset 0 0 0 1px #e6e6e6; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #0e1c2e;
  border-color: #0e1c2e; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #04090f;
    border-color: #020407; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #04090f;
    border-color: #020407; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #0e1c2e;
    border-color: #0e1c2e; }
  .btn-primary.btn-ghost {
    color: #0e1c2e;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #0e1c2e;
    box-shadow: inset 0 0 0 1px #0e1c2e;
    border-width: 0; }
    .btn-primary.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .btn-primary.btn-ghost.btn-transparent.active, .btn-primary.btn-ghost.btn-transparent.open, .btn-primary.btn-ghost.btn-transparent:focus, .btn-primary.btn-ghost.btn-transparent:active {
        color: #0e1c2e;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #0e1c2e;
        box-shadow: inset 0 0 0 1px #0e1c2e; }
    .btn-primary.btn-ghost.active, .btn-primary.btn-ghost.open, .btn-primary.btn-ghost:focus, .btn-primary.btn-ghost:active {
      color: #0e1c2e;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #0e1c2e;
      box-shadow: inset 0 0 0 1px #0e1c2e; }
  .btn-primary.btn-ghost:hover {
    color: #020407;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #020407;
    box-shadow: inset 0 0 0 1px #020407; }
  .btn-primary .badge {
    color: #0e1c2e;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #33ba89;
  border-color: #33ba89; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #2a9a71;
    border-color: #28926c; }
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2a9a71;
    border-color: #28926c; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #33ba89;
    border-color: #33ba89; }
  .btn-success.btn-ghost {
    color: #33ba89;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #33ba89;
    box-shadow: inset 0 0 0 1px #33ba89;
    border-width: 0; }
    .btn-success.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .btn-success.btn-ghost.btn-transparent.active, .btn-success.btn-ghost.btn-transparent.open, .btn-success.btn-ghost.btn-transparent:focus, .btn-success.btn-ghost.btn-transparent:active {
        color: #33ba89;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #33ba89;
        box-shadow: inset 0 0 0 1px #33ba89; }
    .btn-success.btn-ghost.active, .btn-success.btn-ghost.open, .btn-success.btn-ghost:focus, .btn-success.btn-ghost:active {
      color: #33ba89;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #33ba89;
      box-shadow: inset 0 0 0 1px #33ba89; }
  .btn-success.btn-ghost:hover {
    color: #28926c;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #28926c;
    box-shadow: inset 0 0 0 1px #28926c; }
  .btn-success .badge {
    color: #33ba89;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #316cbe;
  border-color: #316cbe; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #295a9e;
    border-color: #275595; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #295a9e;
    border-color: #275595; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #316cbe;
    border-color: #316cbe; }
  .btn-info.btn-ghost {
    color: #316cbe;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #316cbe;
    box-shadow: inset 0 0 0 1px #316cbe;
    border-width: 0; }
    .btn-info.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .btn-info.btn-ghost.btn-transparent.active, .btn-info.btn-ghost.btn-transparent.open, .btn-info.btn-ghost.btn-transparent:focus, .btn-info.btn-ghost.btn-transparent:active {
        color: #316cbe;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #316cbe;
        box-shadow: inset 0 0 0 1px #316cbe; }
    .btn-info.btn-ghost.active, .btn-info.btn-ghost.open, .btn-info.btn-ghost:focus, .btn-info.btn-ghost:active {
      color: #316cbe;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #316cbe;
      box-shadow: inset 0 0 0 1px #316cbe; }
  .btn-info.btn-ghost:hover {
    color: #275595;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #275595;
    box-shadow: inset 0 0 0 1px #275595; }
  .btn-info .badge {
    color: #316cbe;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f6722a;
  border-color: #f6722a; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed5a0a;
    border-color: #e3560a; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed5a0a;
    border-color: #e3560a; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f6722a;
    border-color: #f6722a; }
  .btn-warning.btn-ghost {
    color: #f6722a;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #f6722a;
    box-shadow: inset 0 0 0 1px #f6722a;
    border-width: 0; }
    .btn-warning.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .btn-warning.btn-ghost.btn-transparent.active, .btn-warning.btn-ghost.btn-transparent.open, .btn-warning.btn-ghost.btn-transparent:focus, .btn-warning.btn-ghost.btn-transparent:active {
        color: #f6722a;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #f6722a;
        box-shadow: inset 0 0 0 1px #f6722a; }
    .btn-warning.btn-ghost.active, .btn-warning.btn-ghost.open, .btn-warning.btn-ghost:focus, .btn-warning.btn-ghost:active {
      color: #f6722a;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #f6722a;
      box-shadow: inset 0 0 0 1px #f6722a; }
  .btn-warning.btn-ghost:hover {
    color: #e3560a;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #e3560a;
    box-shadow: inset 0 0 0 1px #e3560a; }
  .btn-warning .badge {
    color: #f6722a;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #e26f99;
  border-color: #e26f99; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #db4d81;
    border-color: #d9457b; }
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #db4d81;
    border-color: #d9457b; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #e26f99;
    border-color: #e26f99; }
  .btn-danger.btn-ghost {
    color: #e26f99;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #e26f99;
    box-shadow: inset 0 0 0 1px #e26f99;
    border-width: 0; }
    .btn-danger.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .btn-danger.btn-ghost.btn-transparent.active, .btn-danger.btn-ghost.btn-transparent.open, .btn-danger.btn-ghost.btn-transparent:focus, .btn-danger.btn-ghost.btn-transparent:active {
        color: #e26f99;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #e26f99;
        box-shadow: inset 0 0 0 1px #e26f99; }
    .btn-danger.btn-ghost.active, .btn-danger.btn-ghost.open, .btn-danger.btn-ghost:focus, .btn-danger.btn-ghost:active {
      color: #e26f99;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #e26f99;
      box-shadow: inset 0 0 0 1px #e26f99; }
  .btn-danger.btn-ghost:hover {
    color: #d9457b;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #d9457b;
    box-shadow: inset 0 0 0 1px #d9457b; }
  .btn-danger .badge {
    color: #e26f99;
    background-color: #fff; }

/* Ghost Buttons - N-Vu */
/*
.btn-default.btn-ghost {
  @include button-variant($btn-default-color, transparent, $btn-default-border);
}

.btn-primary.btn-ghost {
  @include button-variant($brand-primary, transparent, $btn-primary-border);
}

.btn-success.btn-ghost {
  @include button-variant($brand-success, transparent, $btn-success-border);
}

.btn-info {
	&.btn-ghost {
	  @include button-variant($brand-info, transparent, $btn-info-border);
  }
}

.btn-warning.btn-ghost {
  @include button-variant($brand-warning, transparent, $btn-warning-border);
}

.btn-danger.btn-ghost {
  @include button-variant($brand-danger, transparent, $btn-danger-border);
}
*/
/* Button sizes */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  vertical-align: middle; }
  .btn-lg > i {
    font-size: 18px; }

.btn > i {
  font-size: 14px;
  margin-left: 2px; }

.btn-sm,
.btn-xs {
  padding: 4px 10px 5px 10px;
  font-size: 13px;
  line-height: 1.5; }
  .btn-sm > i,
  .btn-xs > i {
    font-size: 13px; }

.btn-xs {
  padding: 1px 5px; }

/* Small button in button group */
.btn-group .input-sm .btn-default {
  padding-top: 3px;
  padding-bottom: 3px; }

/* Arrow link */
.btn-arrow-link {
  vertical-align: middle;
  display: inline-block;
  font-size: 13px; }
  .btn-arrow-link > i {
    font-size: 14px;
    line-height: 14px;
    vertical-align: top;
    margin: 2px 3px 2px 3px; }
  .btn-arrow-link.btn-arrow-link-lg {
    font-size: 14px; }
    .btn-arrow-link.btn-arrow-link-lg > i {
      font-size: 16px;
      line-height: 16px;
      margin: 2px 3px 1px 3px; }

/* Circle Buttons */
.btn-circle {
  border-radius: 25px !important; }

.btn-circle-right {
  border-radius: 0 25px 25px 0 !important; }

.btn-circle-left {
  border-radius: 25px 0 0 25px !important; }

.btn-circle-bottom {
  border-radius: 0 0 25px 25px !important; }

.btn-circle-top {
  border-radius: 25px 25px 0 0 !important; }

.btn-icon-only {
  padding-left: 11px;
  padding-right: 11px; }

.btn-group.btn-group-circle > .btn:first-child {
  border-radius: 25px 0 0 25px !important; }
.btn-group.btn-group-circle > .btn:last-child {
  border-radius: 0 25px 25px 0 !important; }

.btn-group.btn-group-devided > .btn {
  margin-right: 5px; }
  .btn-group.btn-group-devided > .btn:last-child {
    margin-right: 0; }

.btn-group-vertical.btn-group-vertical-circle > .btn:first-child {
  border-radius: 25px 25px 0 0 !important; }
.btn-group-vertical.btn-group-vertical-circle > .btn:last-child {
  border-radius: 0 0 25px 25px !important; }

/* btn-toggle is custom N-Vu */
/* use btn-toggle when it is a ghost button */
.btn-group > .btn + .dropdown-toggle, .btn-group > .btn + .btn-toggle {
  border-left-width: 1px;
  z-index: 3; }

.btn-group > .btn + .dropdown-toggle.btn-ghost, .btn-group > .btn + .btn-toggle.btn-ghost {
  border-left-width: 0;
  z-index: 3; }

/***
Image Carousel
***/
.carousel.image-carousel .carousel-inner {
  padding-top: 0;
  padding-bottom: 0; }
.carousel.image-carousel .carousel-control i {
  position: absolute;
  top: 40%; }
.carousel.image-carousel.image-carousel-hoverable .carousel-control i {
  display: none; }
.carousel.image-carousel.image-carousel-hoverable:hover .carousel-control i {
  display: inline-block; }
.carousel.image-carousel .carousel-control.left i {
  left: 10px; }
.carousel.image-carousel .carousel-control.right i {
  right: 10px; }
.carousel.image-carousel .carousel-indicators {
  margin-top: 10px;
  bottom: -7px; }
  .carousel.image-carousel .carousel-indicators li {
    background-color: #666; }
    .carousel.image-carousel .carousel-indicators li.active {
      background-color: #666; }
.carousel.image-carousel .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 15px 25px 15px;
  background: #484b50;
  background: rgba(0, 0, 0, 0.75); }
  .carousel.image-carousel .carousel-caption h4,
  .carousel.image-carousel .carousel-caption h3,
  .carousel.image-carousel .carousel-caption h2,
  .carousel.image-carousel .carousel-caption p {
    text-align: left;
    line-height: 20px;
    color: #ffffff; }
  .carousel.image-carousel .carousel-caption h4,
  .carousel.image-carousel .carousel-caption h3,
  .carousel.image-carousel .carousel-caption h2 {
    margin: 0 0 5px; }
    .carousel.image-carousel .carousel-caption h4 a,
    .carousel.image-carousel .carousel-caption h3 a,
    .carousel.image-carousel .carousel-caption h2 a {
      color: #aaa; }
  .carousel.image-carousel .carousel-caption p {
    margin-bottom: 0; }
  .carousel.image-carousel .carousel-caption .item {
    margin: 0; }

/***
Charts and statistics
***/
.chart,
.pie,
.bars {
  overflow: hidden;
  height: 300px; }

/***
Statistic lists
***/
.item-list.table .percent {
  width: 30px;
  float: right;
  margin-right: 10px;
  margin-top: 3px; }

/***
Chart tooltips
***/
.chart-tooltip {
  clear: both;
  z-index: 100;
  background-color: #736e6e !important;
  padding: 5px !important;
  color: #fff; }
  .chart-tooltip .label {
    clear: both;
    display: block;
    margin-bottom: 2px; }

/***
Mini chart containers
***/
.bar-chart,
.line-chart {
  display: none; }

/***
Chats
***/
.chats {
  margin: 0;
  padding: 0;
  margin-top: -15px; }
  .chats li {
    list-style: none;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 12px; }
    .chats li .body {
      display: block; }
    .chats li .avatar {
      height: 45px;
      width: 45px;
      -webkit-border-radius: 50% !important;
      -moz-border-radius: 50% !important;
      border-radius: 50% !important; }
    .chats li.in .avatar {
      float: left;
      margin-right: 10px; }
    .chats li.out .avatar {
      float: right;
      margin-left: 10px; }
    .chats li .name {
      color: #3590c1;
      font-size: 13px;
      font-weight: 400; }
    .chats li .datetime {
      color: #333;
      font-size: 13px;
      font-weight: 400; }
    .chats li .message {
      display: block;
      padding: 5px;
      position: relative; }
    .chats li.in .message {
      text-align: left;
      border-left: 2px solid #1BBC9B;
      margin-left: 65px;
      background: #f0f1f2; }
      .chats li.in .message .arrow {
        display: block;
        position: absolute;
        top: 5px;
        left: -8px;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #1BBC9B; }
    .chats li.out .message {
      border-right: 2px solid #F3565D;
      margin-right: 65px;
      background: #f0f1f2;
      text-align: right; }
      .chats li.out .message .arrow {
        display: block;
        position: absolute;
        top: 5px;
        right: -8px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #F3565D; }
    .chats li.out .name,
    .chats li.out .datetime {
      text-align: right; }

.chat-form {
  margin-top: 15px;
  padding: 10px;
  background-color: #e9eff3;
  overflow: hidden;
  clear: both; }
  .chat-form .input-cont {
    margin-right: 40px; }
    .chat-form .input-cont .form-control {
      border: 1px solid #ddd;
      width: 100%  !important;
      margin-top: 0;
      background-color: #fff !important; }
      .chat-form .input-cont .form-control:focus {
        border: 1px solid #4b8df9 !important; }
  .chat-form .btn-cont {
    margin-top: -42px;
    position: relative;
    float: right;
    width: 44px; }
    .chat-form .btn-cont .arrow {
      position: absolute;
      top: 17px;
      right: 43px;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-right: 8px solid #4d90fe;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .chat-form .btn-cont .btn {
      margin-top: 8px; }
    .chat-form .btn-cont:hover .arrow {
      border-right-color: #0362fd; }
    .chat-form .btn-cont:hover .btn {
      background-color: #0362fd; }

/***
Customized Bootstrap Close Icon 
***/
.close {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat !important;
  text-indent: -10000px;
  outline: none;
  background-image: url("../img/remove-icon-small.png") !important; }

/***
Customized Bootstrap Dropdowns
***/
/***
Dropdowns
***/
.dropup.open > .dropdown-toggle,
.dropdown.open > .dropdown-toggle {
  /* border-color: #ddd; */
  /* N-Vu - commented out */ }

/***
Dropdown Menu
***/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  border: 1px solid #efefef;
  font-size: 14px; }
  .dropdown-menu li > a:not(.btn) {
    padding: 7px 20px;
    color: #333;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    white-space: nowrap; }
  .dropdown-menu li > a:hover:not(.btn),
  .dropdown-menu .active > a:not(.btn),
  .dropdown-menu .active > a:hover:not(.btn) {
    text-decoration: none;
    background-image: none;
    background-color: #eee;
    color: #333;
    filter: none; }
  .dropdown-menu.bottom-up {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }

/* Dropdown submenu support for Bootsrap 3 */
.dropdown-submenu {
  position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 5px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px; }
  .dropdown-submenu > a:after {
    position: absolute;
    display: inline-block;
    font-size: 14px;
    right: 7px;
    top: 7px;
    font-family: FontAwesome;
    height: auto;
    content: "\f105";
    font-weight: 300; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropdown-submenu:hover > a:after {
    border-left-color: #ffffff; }
  .dropdown-submenu.pull-left {
    float: none; }
    .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px; }
  .dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px; }

.nav.pull-right > li > .dropdown-menu,
.nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto; }
  .nav.pull-right > li > .dropdown-menu:before,
  .nav > li > .dropdown-menu.pull-right:before {
    right: 12px;
    left: auto; }
  .nav.pull-right > li > .dropdown-menu:after,
  .nav > li > .dropdown-menu.pull-right:after {
    right: 13px;
    left: auto; }
  .nav.pull-right > li > .dropdown-menu .dropdown-menu,
  .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: -1px;
    margin-left: 0; }

@media (max-width: 767px) {
  /* 767px */
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    width: auto;
    margin-top: 0;
    background-color: #ffffff;
    border: 1px solid #efefef;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1); }
    .navbar-nav .open .dropdown-menu > li > a {
      padding: 6px 0 6px 13px;
      color: #333; }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:active {
      ackground-color: #eee; } }
/***
Dropdown Checkboxes
***/
.dropdown-content {
  padding: 5px; }
  .dropdown-content form {
    margin: 0; }

.dropdown.inline .dropdown-menu {
  display: inline-block;
  position: relative; }

.dropdown-radiobuttons,
.dropdown-checkboxes {
  padding: 5px; }
  .dropdown-radiobuttons label,
  .dropdown-checkboxes label {
    display: block;
    font-weight: 300;
    color: #333;
    margin-bottom: 4px;
    margin-top: 4px; }
    .dropdown-radiobuttons label .radio,
    .dropdown-checkboxes label .radio {
      margin-right: 3px; }

/***
System feeds
***/
.feeds {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .feeds li {
    background-color: #f0f1f2;
    margin-bottom: 7px; }
    .feeds li:before, .feeds li:after {
      display: table;
      line-height: 0;
      content: ""; }
    .feeds li:after {
      clear: both; }
    .feeds li:last-child {
      margin-bottom: 0px; }
    .feeds li .col1 {
      float: left;
      width: 100%;
      clear: both; }
      .feeds li .col1 > .cont {
        float: left;
        margin-right: 75px;
        overflow: hidden; }
        .feeds li .col1 > .cont > .cont-col1 {
          float: left;
          margin-right: -100%; }
          .feeds li .col1 > .cont > .cont-col1 > .label {
            display: inline-block;
            padding: 5px 4px 6px 5px;
            vertical-align: middle;
            text-align: center; }
            .feeds li .col1 > .cont > .cont-col1 > .label > i {
              text-align: center;
              font-size: 14px; }
        .feeds li .col1 > .cont > .cont-col2 {
          float: left;
          width: 100%; }
          .feeds li .col1 > .cont > .cont-col2 > .desc {
            margin-left: 35px;
            padding-top: 4px;
            padding-bottom: 5px;
            overflow: hidden; }
    .feeds li .col2 {
      float: left;
      width: 75px;
      margin-left: -75px; }
      .feeds li .col2 > .date {
        padding: 4px 9px 5px 4px;
        text-align: right;
        font-style: italic;
        color: #c1cbd0; }

/***
Fontawesome Icons
***/
[class^="fa-"],
[class^="glyphicon-"],
[class^="icon-"],
[class*=" fa-"],
[class*=" glyphicon-"],
[class*=" icon-"] {
  display: inline-block;
  margin-top: 1px;
  font-size: 14px;
  *margin-right: .3em;
  line-height: 14px;
  -webkit-font-smoothing: antialiased; }

/* Make font awesome icons fixed width */
li [class^="fa-"],
li [class^="glyphicon-"],
li [class^="icon-"],
li [class*=" fa-"],
li [class*=" glyphicon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center; }

li [class^="glyphicon-"],
li [class*=" glyphicon-"] {
  top: 2px; }

li [class^="icon-"],
li [class*=" icon-"] {
  top: 1px;
  position: relative; }

li [class^="fa-"].icon-large,
li [class^="glyphicon-"].icon-large,
li [class^="icon-"].icon-large,
li [class*=" fa-"].icon-large,
li [class*=" glyphicon-"].icon-large,
li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em; }

/* Icon sizing */
.fa-sm,
.icon-sm {
  font-size: 12px; }

.fa-lg,
.icon-lg {
  font-size: 16px; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

/* Icon coloring */
.icon-state-default {
  color: #c6c6c6; }

.icon-state-success {
  color: #33ba89; }

.icon-state-info {
  color: #316cbe; }

.icon-state-warning {
  color: #f6722a; }

.icon-state-danger {
  color: #e26f99; }

/***
Font Awesome 4.x Demo
***/
.fa-item {
  font-size: 14px;
  padding: 10px 10px 10px 20px; }
  .fa-item i {
    font-size: 16px;
    display: inline-block;
    width: 20px;
    color: #333; }
  .fa-item:hover {
    cursor: pointer;
    background: #eee; }

/***
Simple Line Icons Demo
***/
.simplelineicons-demo .item-box {
  display: inline-block;
  font-size: 16px;
  margin: 0 -0.22em 1em 0;
  padding-left: 1em;
  width: 100%; }
  .simplelineicons-demo .item-box .item {
    background-color: #fff;
    color: #33383e;
    border-radius: 8px;
    display: inline-block;
    padding: 10px;
    width: 100%; }
    .simplelineicons-demo .item-box .item span {
      font-size: 22px; }

@media only screen and (min-width: 768px) {
  .simplelineicons-demo .item-box {
    width: 33.333%; } }
/*** 
Glyphicons Demo
***/
.glyphicons-demo ul {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden; }

.bs-glyphicon-class {
  text-align: center; }

.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden; }

.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd; }

.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
  color: #444; }

.glyphicons-demo ul li:hover {
  background-color: rgba(86, 61, 124, 0.1); }

@media (min-width: 768px) {
  .glyphicons-demo ul li {
    width: 12.5%; } }
/***
Form Layouts
****/
/* Static info */
.static-info {
  margin-bottom: 10px; }
  .static-info .name {
    font-size: 14px; }
  .static-info .value {
    font-size: 14px;
    font-weight: 600; }
  .static-info.align-reverse .name, .static-info.align-reverse .value {
    text-align: right; }

/* Help blocks */
.help-block {
  margin-top: 5px;
  margin-bottom: 5px; }

.help-inline {
  font-size: 13px;
  color: #737373;
  display: inline-block;
  padding: 5px; }

.form-inline input {
  margin-bottom: 0px !important; }

/* Control Label */
.control-label {
  margin-top: 2px; }
  .control-label .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px; }

.form {
  padding: 0 !important; }
  .form .form-body {
    padding: 10px; }
  .form .form-actions {
    padding: 20px 10px;
    margin-top: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1; }
    .form .form-actions:before, .form .form-actions:after {
      content: " ";
      display: table; }
    .form .form-actions:after {
      clear: both; }
    .form .form-actions.right {
      padding-left: 0;
      padding-right: 10px;
      text-align: right; }
    .form .form-actions.left {
      padding-left: 10px;
      padding-right: 0;
      text-align: left; }
    .form .form-actions.nobg {
      background-color: transparent; }
    .form .form-actions.top {
      margin-top: 0;
      margin-bottom: 20px;
      border-top: 0;
      border-bottom: 1px solid #e5e5e5; }
    .form .form-actions.fluid {
      padding: 20px 0; }
      .form .form-actions.fluid > [class^="col-"] {
        padding-left: 13px; }
    .form .form-actions .btn-set {
      display: inline-block; }
    @media (max-width: 767px) {
      .form .form-actions {
        /* 767px */ }
        .form .form-actions .btn-set {
          margin-bottom: 3px;
          margin-top: 3px;
          float: left !important; } }
  .form .form-section {
    margin: 30px 0px 25px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee; }
    .form .form-section:first-child {
      margin-top: 5px; }

@media (max-width: 767px) {
  /* 767px */
  /* Portlet form action */
  .portlet-body.form .form-actions {
    padding-left: 15px; }

  .form-horizontal .form-actions {
    padding-left: 180px; }
    .portlet .form-horizontal .form-actions {
      padding-left: 190px; } }
@media (max-width: 480px) {
  .portlet .form-horizontal .form-actions {
    padding-left: 10px; } }
/* Checkboxes */
.checkbox {
  padding-left: 0; }

.checkbox-list > label {
  display: block; }
  .checkbox-list > label.checkbox-inline {
    display: inline-block; }
    .checkbox-list > label.checkbox-inline:first-child {
      padding-left: 0; }

/* Radio buttons */
.radio-list > label {
  display: block; }
  .radio-list > label.radio-inline {
    display: inline-block; }
    .radio-list > label.radio-inline:first-child {
      padding-left: 0; }

/* Radio buttons in horizontal forms */
.form-horizontal .radio-list .radio {
  padding-top: 1px; }
.form-horizontal .radio-list > label {
  margin-bottom: 0; }
.form-horizontal .radio > span {
  margin-top: 2px; }

/* Rows seperated form layout */
.form-row-seperated .form-group {
  margin: 0;
  border-bottom: 1px solid #efefef;
  padding: 10px 0px 10px 0px; }
  .form-row-seperated .form-group.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px; }
  .form-row-seperated .form-group .help-block {
    margin-bottom: 0; }
.form-row-seperated .form-body {
  padding: 0;
  margin-top: 0; }
.form-row-seperated .form-actions {
  margin-top: 0; }

/* Form bordered */
.form-bordered .form-group {
  margin: 0;
  border-bottom: 1px solid #efefef; }
  .form-bordered .form-group > div {
    padding: 10px;
    border-left: 1px solid #efefef; }
  .form-bordered .form-group.last {
    border-bottom: 0; }
  .form-bordered .form-group .control-label {
    padding-top: 16px; }
  .form-bordered .form-group .help-block {
    margin-bottom: 0; }
  .form-bordered .form-group .form-control {
    margin: 0; }
.form-bordered .form-body {
  margin: 0;
  padding: 0; }
.form-bordered .form-actions {
  margin-top: 0; }
  .form-bordered .form-actions.fluid > .row > div {
    padding-left: 10px; }

/* Horizontal bordered form */
.form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc; }
.form-horizontal.form-bordered.form-row-stripped .form-control {
  background: #fff !important; }
.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc; }
  .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) > div {
    background-color: #ffffff; }
.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc; }

/***
Forms
***/
/* Input placeholder font color */
.form-control::-moz-placeholder {
  color: #888;
  opacity: 1; }
.form-control:-ms-input-placeholder {
  color: #888; }
.form-control::-webkit-input-placeholder {
  color: #888; }

/* Form inputs */
.form-control {
  font-size: 14px;
  font-weight: normal;
  color: #484b50;
  background-color: #fff;
  border: 1px solid #cfd0d1;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .form-control:focus {
    border-color: #316cbe;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #e8e9ea; }
  .form-control.height-auto {
    height: auto; }

/* Form uneditable input */
.uneditable-input {
  padding: 6px 12px;
  min-width: 206px;
  font-size: 14px;
  font-weight: normal;
  height: 34px;
  color: #484b50;
  background-color: #fff;
  border: 1px solid #cfd0d1;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

/* Form input sizing */
.input-mini {
  width: 45px !important; }

.input-xsmall {
  width: 80px !important; }

.input-small {
  width: 120px !important; }

.input-medium {
  width: 240px !important; }

.input-large {
  width: 320px !important; }

.input-xlarge {
  width: 480px !important; }

.input-inline {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.form-group .input-inline {
  margin-right: 5px; }

.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 13px; }

select.input-sm {
  height: 28px;
  line-height: 28px;
  padding: 2px 10px; }

@media (max-width: 768px) {
  /* 768px */
  .input-large {
    width: 250px !important; }

  .input-xlarge {
    width: 300px !important; } }
/* Input  groups */
.input-group .btn-default {
  border-color: #cfd0d1; }
.input-group .input-group-addon {
  border-color: #cfd0d1;
  background: #cfd0d1;
  min-width: 39px; }
  .input-group .input-group-addon > i {
    color: #999; }

/* Input spinner */
input[type="text"].spinner,
input[type="password"].spinner,
input[type="datetime"].spinner,
input[type="datetime-local"].spinner,
input[type="date"].spinner,
input[type="month"].spinner,
input[type="time"].spinner,
input[type="week"].spinner,
input[type="number"].spinner,
input[type="email"].spinner,
input[type="url"].spinner,
input[type="search"].spinner,
input[type="tel"].spinner,
input[type="color"].spinner {
  background-image: url("../img/input-spinner.gif") !important;
  background-repeat: no-repeat;
  background-position: right 8px; }

/* Form labels */
label {
  font-weight: 400;
  font-size: 14px; }

/* Static form control */
.form-control-static {
  margin: 2px 0;
  display: inline-block; }

/* Feedback states */
.has-success .help-block,
.has-success .help-inline,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #33ba89; }
.has-success .form-control {
  border-color: #33ba89 !important;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-success .form-control:focus {
    border-color: #28926c;
    -webkit-box-shadow: none;
    box-shadow: none; }
.has-success .input-group-addon {
  color: #33ba89;
  border-color: #33ba89;
  background-color: #ffffff; }
.has-success .form-control-feedback {
  color: #33ba89; }

.has-warning .help-block,
.has-warning .help-inline,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #f6722a; }
.has-warning .form-control {
  border-color: #f6722a !important;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-warning .form-control:focus {
    border-color: #e3560a;
    -webkit-box-shadow: none;
    box-shadow: none; }
.has-warning .input-group-addon {
  color: #f6722a;
  border-color: #f6722a;
  background-color: #ffffff; }
.has-warning .form-control-feedback {
  color: #f6722a; }

.has-error .help-block,
.has-error .help-inline,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e26f99; }
.has-error .form-control {
  border-color: #e26f99 !important;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-error .form-control:focus {
    border-color: #d9457b;
    -webkit-box-shadow: none;
    box-shadow: none; }
.has-error .input-group-addon {
  color: #e26f99;
  border-color: #e26f99;
  background-color: #ffffff; }
.has-error .form-control-feedback {
  color: #e26f99; }

/* Circle Inputs */
.input-circle {
  border-radius: 25px !important; }

.input-circle-right {
  border-radius: 0 25px 25px 0 !important; }

.input-circle-left {
  border-radius: 25px 0 0 25px !important; }

.input-circle-bottom {
  border-radius: 0 0 25px 25px !important; }

.input-circle-top {
  border-radius: 25px 25px 0 0 !important; }

/***
Custom icon buttons
***/
.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 5px 5px 0 0;
  border: 1px solid #ddd;
  padding: 12px 0px 0px 0px;
  background-color: #f0f1f2;
  background-image: none;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  color: #646464;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .icon-btn:hover {
    text-decoration: none;
    border-color: #999;
    color: #444;
    text-shadow: 0 1px 0px white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .icon-btn:hover > .badge {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .icon-btn > div {
    margin-top: 5px;
    margin-bottom: 20px;
    color: #000;
    font-size: 12px;
    font-weight: 300; }
  .icon-btn > .badge {
    position: absolute;
    font-size: 11px;
    font-weight: 300;
    top: -5px;
    right: -5px;
    padding: 3px 6px 3px 6px;
    color: white;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .icon-btn > i {
    font-size: 18px; }
  .ie8 .icon-btn:hover {
    filter: none; }

/***
Input icons
***/
.input-icon {
  position: relative; }
  .input-icon > .form-control {
    padding-left: 33px; }
  .input-icon > i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center; }
    .modal .input-icon > i {
      z-index: 10055; }
    .has-success .input-icon > i {
      color: #33ba89; }
    .has-warning .input-icon > i {
      color: #f6722a; }
    .has-info .input-icon > i {
      color: #316cbe; }
    .has-error .input-icon > i {
      color: #e26f99; }
  .input-icon.right > .form-control {
    padding-right: 33px;
    padding-left: 12px; }
  .input-icon.right > i {
    right: 8px;
    float: right; }

/***
Customized Bootstrap Labels
***/
.label {
  text-shadow: none !important;
  font-size: 13px;
  font-weight: 300;
  padding: 3px 6px 3px 6px;
  color: #fff;
  font-family: "montserrat", Arial, sans-serif; }
  .label.label-sm {
    font-size: 12px;
    padding: 0px 4px 1px 4px; }
  .label.label-lg {
    font-size: 14px;
    padding: 5px 6px; }
  h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
    font-size: 75%; }

/* Labels variants */
.label-default {
  background-color: #c6c6c6; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #adadad; }

.label-primary {
  background-color: #0e1c2e; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #020407; }

.label-success {
  background-color: #33ba89; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #28926c; }

.label-info {
  background-color: #316cbe; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #275595; }

.label-warning {
  background-color: #f6722a; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #e3560a; }

.label-danger {
  background-color: #e26f99; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #d9457b; }

/***
Iconic labels
***/
.label.label-icon {
  padding: 4px 0px 4px 4px;
  margin-right: 2px;
  text-align: center !important; }
  .label.label-icon > i {
    font-size: 12px;
    text-align: center !important; }
  .ie8 .label.label-icon, .ie9 .label.label-icon {
    padding: 3px 0px 3px 3px; }

/***
Customized Bootstrap Labels
***/
.label-text {
  text-shadow: none !important; }

.label-text.label-text-btn-md {
  padding: 7px 14px; }

/* Labels variants */
.label-text-default {
  color: #c6c6c6 !important; }
  .label-text-default[href]:hover, .label-text-default[href]:focus {
    color: #939393 !important; }
  .label-text-default.pseudoanchor:hover {
    color: #939393 !important; }

.label-text-primary {
  color: #0e1c2e !important; }
  .label-text-primary[href]:hover, .label-text-primary[href]:focus {
    color: black !important; }
  .label-text-primary.pseudoanchor:hover {
    color: black !important; }

.label-text-success {
  color: #33ba89 !important; }
  .label-text-success[href]:hover, .label-text-success[href]:focus {
    color: #1d6a4e !important; }
  .label-text-success.pseudoanchor:hover {
    color: #1d6a4e !important; }

.label-text-info {
  color: #316cbe !important; }
  .label-text-info[href]:hover, .label-text-info[href]:focus {
    color: #1c3e6d !important; }
  .label-text-info.pseudoanchor:hover {
    color: #1c3e6d !important; }

.label-text-warning {
  color: #f6722a !important; }
  .label-text-warning[href]:hover, .label-text-warning[href]:focus {
    color: #b24408 !important; }
  .label-text-warning.pseudoanchor:hover {
    color: #b24408 !important; }

.label-text-danger {
  color: #e26f99 !important; }
  .label-text-danger[href]:hover, .label-text-danger[href]:focus {
    color: #c42760 !important; }
  .label-text-danger.pseudoanchor:hover {
    color: #c42760 !important; }

.label-text-neutral {
  color: #e9e9e9 !important; }
  .label-text-neutral[href]:hover, .label-text-neutral[href]:focus {
    color: #b6b6b6 !important; }
  .label-text-neutral.pseudoanchor:hover {
    color: #b6b6b6 !important; }

.label-text-gray {
  color: #808080 !important; }
  .label-text-gray[href]:hover, .label-text-gray[href]:focus {
    color: #4d4d4d !important; }
  .label-text-gray.pseudoanchor:hover {
    color: #4d4d4d !important; }

.label-text-purple {
  color: #812b84 !important; }
  .label-text-purple[href]:hover, .label-text-purple[href]:focus {
    color: #361237 !important; }
  .label-text-purple.pseudoanchor:hover {
    color: #361237 !important; }

.label-text-orange {
  color: #f6722a !important; }
  .label-text-orange[href]:hover, .label-text-orange[href]:focus {
    color: #b24408 !important; }
  .label-text-orange.pseudoanchor:hover {
    color: #b24408 !important; }

/***
Customized List Group
***/
/* Contextual variants */
.list-group .list-group-item-success {
  color: #33ba89;
  background-color: #ffffff; }
.list-group a.list-group-item-success {
  color: #33ba89; }
  .list-group a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  .list-group a.list-group-item-success:hover, .list-group a.list-group-item-success:focus {
    color: #33ba89;
    background-color: #f2f2f2; }
  .list-group a.list-group-item-success.active, .list-group a.list-group-item-success.active:hover, .list-group a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #33ba89;
    border-color: #33ba89; }

.list-group .list-group-item-info {
  color: #316cbe;
  background-color: #ffffff; }
.list-group a.list-group-item-info {
  color: #316cbe; }
  .list-group a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  .list-group a.list-group-item-info:hover, .list-group a.list-group-item-info:focus {
    color: #316cbe;
    background-color: #f2f2f2; }
  .list-group a.list-group-item-info.active, .list-group a.list-group-item-info.active:hover, .list-group a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #316cbe;
    border-color: #316cbe; }

.list-group .list-group-item-warning {
  color: #f6722a;
  background-color: #ffffff; }
.list-group a.list-group-item-warning {
  color: #f6722a; }
  .list-group a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  .list-group a.list-group-item-warning:hover, .list-group a.list-group-item-warning:focus {
    color: #f6722a;
    background-color: #f2f2f2; }
  .list-group a.list-group-item-warning.active, .list-group a.list-group-item-warning.active:hover, .list-group a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #f6722a;
    border-color: #f6722a; }

.list-group .list-group-item-danger {
  color: #e26f99;
  background-color: #ffffff; }
.list-group a.list-group-item-danger {
  color: #e26f99; }
  .list-group a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  .list-group a.list-group-item-danger:hover, .list-group a.list-group-item-danger:focus {
    color: #e26f99;
    background-color: #f2f2f2; }
  .list-group a.list-group-item-danger.active, .list-group a.list-group-item-danger.active:hover, .list-group a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #e26f99;
    border-color: #e26f99; }

/***
UI Loading
***/
.loading-message {
  display: inline-block;
  min-width: 125px;
  padding: 10px;
  margin: 0 auto;
  color: #000 !important;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle; }
  .loading-message.loading-message-boxed {
    border: 1px solid #ddd;
    background-color: #eee;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); }
  .loading-message > span {
    line-height: 20px;
    vertical-align: middle; }

.page-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 125px;
  margin-left: -50px;
  margin-top: -30px;
  padding: 7px;
  text-align: center;
  color: #333;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #eee;
  vertical-align: middle;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); }
  .page-loading > span {
    line-height: 20px;
    vertical-align: middle; }

/***
Metro icons
***/
[class^="m-icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  vertical-align: top;
  background-image: url(../img/syncfusion-icons.png);
  background-position: 0 0;
  background-repeat: no-repeat; }

[class^="m-icon-big-"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 6px;
  vertical-align: middle;
  background-image: url(../img/syncfusion-icons.png);
  background-position: 0 0px;
  background-repeat: no-repeat; }

/* large icons */
.btn.m-icon-big {
  padding: 9px 16px 8px 16px; }

.btn.m-icon-big.m-icon-only {
  padding: 9px 8px 8px 0px; }

.btn.m-icon-big [class^="m-icon-big-"] {
  margin: 0 0 0 10px; }

.btn.m-icon-ony > i {
  margin-left: 0px; }

/* default icons */
.btn.m-icon {
  padding: 7px 14px 7px 14px; }

.btn.m-icon [class^="m-icon-"] {
  margin: 4px 0 0 5px; }

.btn.m-icon.m-icon-only {
  padding: 7px 10px 7px 6px; }

/* white icon */
.m-icon-white {
  background-image: url(../img/syncfusion-icons-white.png); }

/*  Misc */
.m-icon-swapright {
  background-position: -27px -10px; }

.m-icon-swapdown {
  background-position: -68px -10px; }

.m-icon-swapleft {
  background-position: -8px -10px; }

.m-icon-swapup {
  background-position: -46px -10px; }

.m-icon-big-swapright {
  background-position: -42px -28px; }

.m-icon-big-swapdown {
  background-position: -115px -28px; }

.m-icon-big-swapleft {
  background-position: -6px -28px; }

.m-icon-big-swapup {
  background-position: -78px -28px; }

/***
Customized Bootstrap Modal 
***/
.modal {
  z-index: 10050;
  outline: none;
  overflow-y: auto !important;
  /* Fix content shifting to the right on modal open due to scrollbar closed */ }
  .modal .modal-header {
    border-bottom: 1px solid #EFEFEF; }
    .modal .modal-header h3 {
      font-weight: 400; }
    .modal .modal-header .close {
      margin-top: 0px !important; }
  .modal > .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px; }
  .modal.in .page-loading {
    display: none; }

.modal-open {
  overflow-y: auto !important; }

.modal-open-noscroll {
  overflow-y: hidden !important; }

.modal-backdrop {
  border: 0;
  outline: none;
  z-index: 10049; }
  .modal-backdrop, .modal-backdrop.fade.in {
    background-color: #333 !important; }

/* Full width modal */
.modal-full.modal-dialog {
  width: 99%; }

@media (max-width: 768px) {
  .modal-full.modal-dialog {
    width: auto; } }
/***
Notes
***/
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee; }
  .note h1,
  .note h2,
  .note h3,
  .note h4,
  .note h5,
  .note h6 {
    margin-top: 0; }
  .note p:last-child {
    margin-bottom: 0; }
  .note code,
  .note .highlight {
    background-color: #fff; }
  .note.note-default {
    background-color: lightgray;
    border-color: #a0a0a0;
    color: #484b50, 80%; }
    .note.note-default.note-bordered {
      padding: 0; }
      .note.note-default.note-bordered p {
        margin: 0;
        padding: 15px;
        border-top: 1px solid #c3c3c3;
        border-bottom: 1px solid #c3c3c3;
        border-right: 1px solid #c3c3c3; }
  .note.note-primary {
    background-color: #142842;
    border-color: black;
    color: #FFFFFF, 80%; }
    .note.note-primary.note-bordered {
      padding: 0; }
      .note.note-primary.note-bordered p {
        margin: 0;
        padding: 15px;
        border-top: 1px solid #0d1e2a;
        border-bottom: 1px solid #0d1e2a;
        border-right: 1px solid #0d1e2a; }
  .note.note-success {
    background-color: white;
    border-color: #9ddec7;
    color: #33ba89, 80%; }
    .note.note-success.note-bordered {
      padding: 0; }
      .note.note-success.note-bordered p {
        margin: 0;
        padding: 15px;
        border-top: 1px solid #d2f0e6;
        border-bottom: 1px solid #d2f0e6;
        border-right: 1px solid #d2f0e6; }
  .note.note-info {
    background-color: white;
    border-color: #a6c1e4;
    color: #316cbe, 80%; }
    .note.note-info.note-bordered {
      padding: 0; }
      .note.note-info.note-bordered p {
        margin: 0;
        padding: 15px;
        border-top: 1px solid #dde7f5;
        border-bottom: 1px solid #dde7f5;
        border-right: 1px solid #dde7f5; }
  .note.note-warning {
    background-color: white;
    border-color: #df9772;
    color: #f6722a, 80%; }
    .note.note-warning.note-bordered {
      padding: 0; }
      .note.note-warning.note-bordered p {
        margin: 0;
        padding: 15px;
        border-top: 1px solid #ecc2ac;
        border-bottom: 1px solid #ecc2ac;
        border-right: 1px solid #ecc2ac; }
  .note.note-danger {
    background-color: white;
    border-color: #e6a2b0;
    color: #e26f99, 80%; }
    .note.note-danger.note-bordered {
      padding: 0; }
      .note.note-danger.note-bordered p {
        margin: 0;
        padding: 15px;
        border-top: 1px solid #f5dae0;
        border-bottom: 1px solid #f5dae0;
        border-right: 1px solid #f5dae0; }

/***
Customized Bootstrap Pagination
***/
.pagination {
  margin: 10px 0; }
  .pagination.pagination-circle > li:first-child > a {
    border-radius: 25px 0 0 25px !important; }
  .pagination.pagination-circle > li:last-child > a {
    border-radius: 0 25px 25px 0 !important; }
  .pagination .active > a,
  .pagination .active > a:hover {
    background: #eee;
    border-color: #dddddd;
    color: #333; }

/***
Customized Bootstrap Panels
***/
.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }
  .panel-group .panel {
    overflow: visible; }
  .panel .panel-title > a:hover {
    text-decoration: none; }
  .accordion .panel .panel-heading {
    padding: 0; }
  .accordion .panel .panel-title {
    padding: 0; }
    .accordion .panel .panel-title .accordion-toggle {
      display: block;
      padding: 10px 15px; }
    .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
      background: url("../img/accordion-plusminus.png") no-repeat;
      background-position: right -19px;
      margin-right: 15px; }
    .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed {
      background-position: right 12px; }

.panel-default {
  border-color: #e0e0e0; }
  .panel-default > .panel-heading {
    color: #484b50;
    background-color: #f9f9f9;
    border-color: #e0e0e0; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #e0e0e0; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #e0e0e0; }

.panel-primary {
  border-color: #08131a; }
  .panel-primary > .panel-heading {
    color: #FFFFFF;
    background-color: #0e1c2e;
    border-color: #08131a; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #08131a; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #08131a; }

.panel-success {
  border-color: #c3ebdd; }
  .panel-success > .panel-heading {
    color: #33ba89;
    background-color: #ffffff;
    border-color: #c3ebdd; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #c3ebdd; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #c3ebdd; }

.panel-info {
  border-color: #cddcf0; }
  .panel-info > .panel-heading {
    color: #316cbe;
    background-color: #ffffff;
    border-color: #cddcf0; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #cddcf0; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #cddcf0; }

.panel-warning {
  border-color: #edc5b0; }
  .panel-warning > .panel-heading {
    color: #f6722a;
    background-color: #ffffff;
    border-color: #edc5b0; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #edc5b0; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #edc5b0; }

.panel-danger {
  border-color: #f1cad2; }
  .panel-danger > .panel-heading {
    color: #e26f99;
    background-color: #ffffff;
    border-color: #f1cad2; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #f1cad2; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #f1cad2; }

/***
Accordions
***/
.accordion-heading {
  background: #eee; }
  .accordion-heading a {
    text-decoration: none; }
  .accordion-heading a:hover {
    text-decoration: none; }

/***
Customized Bootstrap Popover
***/
.popover {
  -webkit-box-shadow: 0 8px 16px rgba(15, 29, 47, 0.08);
  -moz-box-shadow: 0 8px 16px rgba(15, 29, 47, 0.08);
  box-shadow: 0 8px 16px rgba(15, 29, 47, 0.08);
  border:1px solid #cfd0d1;
  padding: 0; }
  .popover .popover-title {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important; }

.popover.name .popover-title,
name .popover .popover-content,
.popover.name .popover-content {
  color: #316cbe; }

.popover.name .popover-title,
name .popover .popover-content,
.popover.name .popover-content {
  color: #0e1c2e; }

.popover.name .popover-title,
name .popover .popover-content,
.popover.name .popover-content {
  color: #33ba89; }

.popover.name .popover-title,
name .popover .popover-content,
.popover.name .popover-content {
  color: #f6722a; }

.popover.name .popover-title,
name .popover .popover-content,
.popover.name .popover-content {
  color: #e26f99; }

/* popover colors*/
.popovers.yellow + .popover {
  background: yellow; }

.popovers.yellow + .popover .popover-title {
  background: yellow; }

.popovers.yellow + .popover .popover-content {
  background: yellow; }

/***
Portlets
***/
/* Basic portlet */
.portlet {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px; }
  .portlet > .portlet-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee; }
    .portlet > .portlet-title:before, .portlet > .portlet-title:after {
      content: " ";
      display: table; }
    .portlet > .portlet-title:after {
      clear: both; }
    .portlet > .portlet-title > .caption {
      float: left;
      display: inline-block;
      font-size: 18px;
      line-height: 18px;
      font-weight: 400;
      margin: 0;
      padding: 8px 0;
      margin-bottom: 8px; }
      .portlet > .portlet-title > .caption > i {
        float: left;
        margin-top: 4px;
        display: inline-block;
        font-size: 13px;
        margin-right: 5px;
        color: #666; }
        .portlet > .portlet-title > .caption > i.glyphicon {
          margin-top: 2px; }
      .portlet > .portlet-title > .caption > .caption-helper {
        font-size: 13px;
        padding: 0;
        margin: 0;
        line-height: 13px;
        color: #aaa; }
  .portlet > .portlet-body {
    clear: both;
    padding: 0; }
  .portlet > .portlet-empty {
    min-height: 125px; }
  .portlet.full-height-content {
    margin-bottom: 0; }

/* Portlet actions & tools */
.portlet > .portlet-title > .tools,
.portlet > .portlet-title > .actions {
  display: inline-block;
  padding: 6px 0 14px 0;
  margin: 0;
  margin-top: 6px;
  float: right; }
.portlet > .portlet-title > .tools > a {
  display: inline-block;
  height: 16px;
  margin-left: 5px; }
.portlet > .portlet-title > .tools > a.remove {
  margin-bottom: 2px;
  background-image: url(../img/portlet-remove-icon.png);
  background-repeat: no-repeat;
  width: 11px; }
.portlet > .portlet-title > .tools > a.config {
  margin-bottom: 2px;
  background-image: url(../img/portlet-config-icon.png);
  background-repeat: no-repeat;
  width: 12px; }
.portlet > .portlet-title > .tools > a.reload {
  margin-bottom: 2px;
  background-image: url(../img/portlet-reload-icon.png);
  width: 13px; }
.portlet > .portlet-title > .tools > a.expand {
  margin-bottom: 2px;
  background-image: url(../img/portlet-expand-icon.png);
  width: 14px; }
.portlet > .portlet-title > .tools > a.collapse {
  margin-bottom: 2px;
  background-image: url(../img/portlet-collapse-icon.png);
  width: 14px; }
.portlet > .portlet-title > .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .6;
  filter: 'alpha(opacity=60)'; }
.portlet > .portlet-title > .actions > .dropdown-menu i {
  color: #555555; }
.portlet > .portlet-title > .actions > .btn-group {
  margin-top: -12px; }
.portlet > .portlet-title > .actions > .btn {
  padding: 4px 10px;
  margin-top: -13px; }
.portlet > .portlet-title > .actions > .btn-group > .btn {
  padding: 4px 10px;
  margin-top: -1px; }
.portlet > .portlet-title > .actions > .btn.btn-sm {
  padding: 3px 8px;
  margin-top: -13px; }
.portlet > .portlet-title > .actions > .btn-group > .btn-sm {
  padding: 3px 8px;
  margin-top: -1px; }
.portlet > .portlet-title > .actions .btn-icon-only {
  padding-left: 7px;
  padding-right: 7px; }
  .portlet > .portlet-title > .actions .btn-icon-only.btn-sm {
    padding-left: 6px;
    padding-right: 6px; }
.portlet > .portlet-title > .pagination {
  float: right;
  display: inline-block;
  margin: 0px;
  margin-top: -4px;
  border: 0; }

/* Portlet actions on mobile view */
@media (max-width: 767px) {
  /* 767px */
  .portlet > .portlet-title > .actions.btn-set > .btn-group,
  .portlet > .portlet-title > .actions.btn-set > .btn {
    margin-top: 0px;
    margin-bottom: 5px; } }
/* Portlet background colors */
/* Side bordered portlet */
.portlet.bordered {
  border-left: 2px solid #e6e9ec !important; }
  .portlet.bordered > .portlet-title {
    border-bottom: 0; }

/* Solid colored portlet */
.portlet.solid {
  padding: 10px;
  border: 0px; }
  .portlet.solid > .portlet-title {
    margin-bottom: 5px;
    border-bottom: 0; }
    .portlet.solid > .portlet-title > .tools {
      margin-top: 2px;
      border: 0px; }
      .portlet.solid > .portlet-title > .tools > a.remove {
        background-image: url(../img/portlet-remove-icon-white.png); }
      .portlet.solid > .portlet-title > .tools > a.config {
        background-image: url(../img/portlet-config-icon-white.png); }
      .portlet.solid > .portlet-title > .tools > a.reload {
        background-image: url(../img/portlet-reload-icon-white.png); }
      .portlet.solid > .portlet-title > .tools > a.expand {
        background-image: url(../img/portlet-expand-icon-white.png); }
      .portlet.solid > .portlet-title > .tools > a.collapse {
        background-image: url(../img/portlet-collapse-icon-white.png); }

/* Solid bordered portlet */
.portlet.solid.bordered > .portlet-title {
  margin-bottom: 15px; }

/* Box portlet */
.portlet.box {
  padding: 0px !important; }
  .portlet.box > .portlet-title {
    margin-bottom: 0px;
    padding: 10px 10px 4px 10px;
    border-bottom: 1px solid #eee;
    color: #fff; }
    .portlet.box > .portlet-title > .tools {
      margin-top: 3px; }
      .portlet.box > .portlet-title > .tools > a.remove {
        background-image: url(../img/portlet-remove-icon-white.png); }
      .portlet.box > .portlet-title > .tools > a.config {
        background-image: url(../img/portlet-config-icon-white.png); }
      .portlet.box > .portlet-title > .tools > a.reload {
        background-image: url(../img/portlet-reload-icon-white.png); }
      .portlet.box > .portlet-title > .tools > a.expand {
        background-image: url(../img/portlet-expand-icon-white.png); }
      .portlet.box > .portlet-title > .tools > a.collapse {
        background-image: url(../img/portlet-collapse-icon-white.png); }
  .portlet.box > .portlet-body {
    background-color: #fff;
    padding: 10px; }

/* Light Portlet */
.portlet.light {
  padding: 15px 20px;
  background-color: #fff; }
  .portlet.light.bordered {
    border: 1px solid #e1e1e1 !important; }
    .portlet.light.bordered > .portlet-title {
      border-bottom: 1px solid #eee; }
  .portlet.light.bg-inverse {
    background: #F7F7F7; }
  .portlet.light > .portlet-title {
    padding: 10px 0 13px 0; }
    .portlet.light > .portlet-title > .caption {
      color: #666; }
      .portlet.light > .portlet-title > .caption > i {
        color: #777;
        font-size: 16px;
        font-weight: 300;
        margin-top: 3px; }
    .portlet.light > .portlet-title > .actions .btn-default {
      color: #666; }
    .portlet.light > .portlet-title > .actions .dropdown-menu li > a {
      color: #555; }
    .portlet.light > .portlet-title > .actions .portlet-input {
      margin-top: -16px; }
    .portlet.light > .portlet-title > .pagination {
      margin-top: -6px;
      margin-bottom: 2px; }
    .portlet.light > .portlet-title > .tools {
      margin-top: 2px; }
  .portlet.light .tabbable-line.portlet-title {
    padding-bottom: 0px; }
    .portlet.light .tabbable-line.portlet-title > .nav-tabs {
      float: right;
      margin: 0;
      padding: 0;
      margin-top: -8px; }
      .portlet.light .tabbable-line.portlet-title > .nav-tabs > li {
        margin: 0; }
        .portlet.light .tabbable-line.portlet-title > .nav-tabs > li > a {
          margin: 0;
          padding: 11px 13px 13px 13px;
          font-size: 13px; }
  .portlet.light .tabbable-line.portlet-body > .tab-content {
    padding: 0;
    margin: 0;
    border: 0; }

/***
Portlet tabs
***/
.portlet-tabs > .nav-tabs {
  position: relative;
  top: -41px;
  margin-right: 10px;
  overflow: hidden;
  border-bottom: none; }
  .portlet-tabs > .nav-tabs > li {
    float: right;
    margin-left: 1px; }
    .portlet-tabs > .nav-tabs > li > a {
      color: #fff;
      padding-top: 8px;
      padding-bottom: 10px;
      line-height: 16px;
      margin-top: 6px;
      margin-left: 0px;
      margin-right: 0px;
      border-left: 0;
      border-right: 0;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
      .portlet-tabs > .nav-tabs > li > a:hover {
        color: #333;
        margin-bottom: 0;
        border-bottom-color: transparent;
        margin-left: 0;
        margin-right: 0;
        border-left: 0;
        border-right: 0;
        border-top-color: transparent;
        background-color: #fff; }
    .portlet-tabs > .nav-tabs > li:last-child > a {
      border-right: 0; }
  .portlet-tabs > .nav-tabs > li.active {
    color: #333;
    border-top-color: transparent; }
    .portlet-tabs > .nav-tabs > li.active > a {
      margin-bottom: 0px;
      border-bottom: 0;
      margin-left: 0px;
      margin-right: 0px;
      border-left: 0;
      border-right: 0;
      border-top-color: transparent !important;
      color: #555555;
      cursor: default;
      background-color: #fff; }
      .portlet-tabs > .nav-tabs > li.active > a:hover {
        color: #333;
        margin-bottom: 0;
        border-bottom-color: transparent;
        margin-left: 0;
        margin-right: 0;
        border-left: 0;
        border-right: 0;
        border-top-color: transparent;
        background-color: #fff; }
.portlet-tabs > .tab-content {
  padding: 10px !important;
  margin: 0px;
  margin-top: -50px !important; }

.portlet.tabbable .portlet-body {
  padding: 0px; }

.tab-pane > p:last-child {
  margin-bottom: 0px; }

/* Reverse aligned tabs */
.tabs-reversed > li {
  float: right;
  margin-right: 0; }
  .tabs-reversed > li > a {
    margin-right: 0; }

/***
Customized Progress Bars
***/
.progress {
  border: 0;
  background-image: none;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.progress > .progress-bar-default {
  background-color: #c6c6c6; }
  .progress-striped .progress > .progress-bar-default {
    background-image: none;
    background-image: none; }

.progress > .progress-bar-success {
  background-color: #33ba89; }
  .progress-striped .progress > .progress-bar-success {
    background-image: none;
    background-image: none; }

.progress > .progress-bar-info {
  background-color: #316cbe; }
  .progress-striped .progress > .progress-bar-info {
    background-image: none;
    background-image: none; }

.progress > .progress-bar-danger {
  background-color: #e26f99; }
  .progress-striped .progress > .progress-bar-danger {
    background-image: none;
    background-image: none; }

.progress > .progress-bar-warning {
  background-color: #f6722a; }
  .progress-striped .progress > .progress-bar-warning {
    background-image: none;
    background-image: none; }

/***
Dashboard stats
***/
.dashboard-stat {
  margin-bottom: 25px;
  overflow: hidden; }
  .dashboard-stat:before, .dashboard-stat:after {
    content: " ";
    display: table; }
  .dashboard-stat:after {
    clear: both; }
  .portlet .dashboard-stat:last-child {
    margin-bottom: 0; }
  .dashboard-stat .visual {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px; }
    .dashboard-stat .visual > i {
      margin-left: -27px;
      font-size: 110px;
      line-height: 110px; }
  .dashboard-stat .details {
    position: absolute;
    right: 15px;
    padding-right: 15px; }
    .dashboard-stat .details .number {
      padding-top: 25px;
      text-align: right;
      font-size: 34px;
      line-height: 36px;
      letter-spacing: -1px;
      margin-bottom: 0px;
      font-weight: 300; }
    .dashboard-stat .details .desc {
      text-align: right;
      font-size: 16px;
      letter-spacing: 0px;
      font-weight: 300; }
  .dashboard-stat .more {
    clear: both;
    display: block;
    padding: 6px 10px 6px 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    opacity: 0.7;
    filter: alpha(opacity=70); }
    .dashboard-stat .more:hover {
      text-decoration: none;
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .dashboard-stat .more > i {
      display: inline-block;
      margin-top: 1px;
      float: right; }

/***
Text Stats
***/
.text-stat h3 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 18px; }
.text-stat span {
  font-size: 12px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  /* 767px */
  .text-stat {
    margin-top: 20px; } }
/***
Social Icons
***/
.social-icons {
  padding: 0;
  margin: 0; }
  .social-icons:before, .social-icons:after {
    content: " ";
    display: table; }
  .social-icons:after {
    clear: both; }
  .social-icons li {
    float: left;
    display: inline;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    text-indent: -9999px; }
    .social-icons li > a {
      width: 28px;
      height: 28px;
      display: block;
      background-position: 0 0;
      background-repeat: no-repeat;
      transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
    .social-icons li:hover > a {
      background-position: 0 -38px; }
    .social-icons li .amazon {
      background: url(../img/social/amazon.png) no-repeat; }
    .social-icons li .behance {
      background: url(../img/social/behance.png) no-repeat; }
    .social-icons li .blogger {
      background: url(../img/social/blogger.png) no-repeat; }
    .social-icons li .deviantart {
      background: url(../img/social/deviantart.png) no-repeat; }
    .social-icons li .dribbble {
      background: url(../img/social/dribbble.png) no-repeat; }
    .social-icons li .dropbox {
      background: url(../img/social/dropbox.png) no-repeat; }
    .social-icons li .evernote {
      background: url(../img/social/evernote.png) no-repeat; }
    .social-icons li .facebook {
      background: url(../img/social/facebook.png) no-repeat; }
    .social-icons li .forrst {
      background: url(../img/social/forrst.png) no-repeat; }
    .social-icons li .github {
      background: url(../img/social/github.png) no-repeat; }
    .social-icons li .googleplus {
      background: url(../img/social/googleplus.png) no-repeat; }
    .social-icons li .jolicloud {
      background: url(../img/social/jolicloud.png) no-repeat; }
    .social-icons li .last-fm {
      background: url(../img/social/last-fm.png) no-repeat; }
    .social-icons li .linkedin {
      background: url(../img/social/linkedin.png) no-repeat; }
    .social-icons li .picasa {
      background: url(../img/social/picasa.png) no-repeat; }
    .social-icons li .pintrest {
      background: url(../img/social/pintrest.png) no-repeat; }
    .social-icons li .rss {
      background: url(../img/social/rss.png) no-repeat; }
    .social-icons li .skype {
      background: url(../img/social/skype.png) no-repeat; }
    .social-icons li .spotify {
      background: url(../img/social/spotify.png) no-repeat; }
    .social-icons li .stumbleupon {
      background: url(../img/social/stumbleupon.png) no-repeat; }
    .social-icons li .tumblr {
      background: url(../img/social/tumblr.png) no-repeat; }
    .social-icons li .twitter {
      background: url(../img/social/twitter.png) no-repeat; }
    .social-icons li .vimeo {
      background: url(../img/social/vimeo.png) no-repeat; }
    .social-icons li .wordpress {
      background: url(../img/social/wordpress.png) no-repeat; }
    .social-icons li .xing {
      background: url(../img/social/xing.png) no-repeat; }
    .social-icons li .yahoo {
      background: url(../img/social/yahoo.png) no-repeat; }
    .social-icons li .youtube {
      background: url(../img/social/youtube.png) no-repeat; }
    .social-icons li .vk {
      background: url(../img/social/vk.png) no-repeat; }
    .social-icons li .instagram {
      background: url(../img/social/instagram.png) no-repeat; }
    .social-icons li .reddit {
      background: url(../img/social/reddit.png) no-repeat; }
    .social-icons li .aboutme {
      background: url(../img/social/aboutme.png) no-repeat; }
    .social-icons li .flickr {
      background: url(../img/social/flickr.png) no-repeat; }
    .social-icons li .foursquare {
      background: url(../img/social/foursquare.png) no-repeat; }
    .social-icons li .gravatar {
      background: url(../img/social/gravatar.png) no-repeat; }
    .social-icons li .klout {
      background: url(../img/social/klout.png) no-repeat; }
    .social-icons li .myspace {
      background: url(../img/social/myspace.png) no-repeat; }
    .social-icons li .quora {
      background: url(../img/social/quora.png) no-repeat; }
  .social-icons.social-icons-color > li > a {
    opacity: 0.7;
    background-position: 0 -38px !important; }
    .social-icons.social-icons-color > li > a:hover {
      opacity: 1; }
  .social-icons.social-icons-circle > li > a {
    border-radius: 25px !important; }

/***
Inline Social Icons
***/
.social-icon {
  display: inline-block !important;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .social-icon.social-icon-circle {
    border-radius: 25px !important; }

.social-icon.amazon {
  background: url(../img/social/amazon.png) no-repeat; }
.social-icon.behance {
  background: url(../img/social/behance.png) no-repeat; }
.social-icon.blogger {
  background: url(../img/social/blogger.png) no-repeat; }
.social-icon.deviantart {
  background: url(../img/social/deviantart.png) no-repeat; }
.social-icon.dribbble {
  background: url(../img/social/dribbble.png) no-repeat; }
.social-icon.dropbox {
  background: url(../img/social/dropbox.png) no-repeat; }
.social-icon.evernote {
  background: url(../img/social/evernote.png) no-repeat; }
.social-icon.facebook {
  background: url(../img/social/facebook.png) no-repeat; }
.social-icon.forrst {
  background: url(../img/social/forrst.png) no-repeat; }
.social-icon.github {
  background: url(../img/social/github.png) no-repeat; }
.social-icon.googleplus {
  background: url(../img/social/googleplus.png) no-repeat; }
.social-icon.jolicloud {
  background: url(../img/social/jolicloud.png) no-repeat; }
.social-icon.last-fm {
  background: url(../img/social/last-fm.png) no-repeat; }
.social-icon.linkedin {
  background: url(../img/social/linkedin.png) no-repeat; }
.social-icon.picasa {
  background: url(../img/social/picasa.png) no-repeat; }
.social-icon.pintrest {
  background: url(../img/social/pintrest.png) no-repeat; }
.social-icon.rss {
  background: url(../img/social/rss.png) no-repeat; }
.social-icon.skype {
  background: url(../img/social/skype.png) no-repeat; }
.social-icon.spotify {
  background: url(../img/social/spotify.png) no-repeat; }
.social-icon.stumbleupon {
  background: url(../img/social/stumbleupon.png) no-repeat; }
.social-icon.tumblr {
  background: url(../img/social/tumblr.png) no-repeat; }
.social-icon.twitter {
  background: url(../img/social/twitter.png) no-repeat; }
.social-icon.vimeo {
  background: url(../img/social/vimeo.png) no-repeat; }
.social-icon.wordpress {
  background: url(../img/social/wordpress.png) no-repeat; }
.social-icon.xing {
  background: url(../img/social/xing.png) no-repeat; }
.social-icon.yahoo {
  background: url(../img/social/yahoo.png) no-repeat; }
.social-icon.youtube {
  background: url(../img/social/youtube.png) no-repeat; }
.social-icon.vk {
  background: url(../img/social/vk.png) no-repeat; }
.social-icon.instagram {
  background: url(../img/social/instagram.png) no-repeat; }
.social-icon.reddit {
  background: url(../img/social/reddit.png) no-repeat; }
.social-icon.aboutme {
  background: url(../img/social/aboutme.png) no-repeat; }
.social-icon.flickr {
  background: url(../img/social/flickr.png) no-repeat; }
.social-icon.foursquare {
  background: url(../img/social/foursquare.png) no-repeat; }
.social-icon.gravatar {
  background: url(../img/social/gravatar.png) no-repeat; }
.social-icon.klout {
  background: url(../img/social/klout.png) no-repeat; }
.social-icon.myspace {
  background: url(../img/social/myspace.png) no-repeat; }
.social-icon.quora {
  background: url(../img/social/quora.png) no-repeat; }
.social-icon:hover {
  background-position: 0 -38px; }

.social-icon-color {
  opacity: 0.7;
  background-position: 0 -38px !important; }
  .social-icon-color:hover {
    opacity: 1; }

/***
Customized Bootstrap Tables
***/
/***
Default table
***/
.table.table-bordered thead > tr > th {
  border-bottom: 0; }
.table.table-striped tbody tr.active:nth-child(odd) td, .table.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc; }
.table tr.heading > th {
  background-color: #eee !important; }
.table td .img-responsive {
  width: 100%; }

/* Contextual table row variants */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #ffffff;
  color: #316cbe; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #f2f2f2; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #ffffff;
  color: #33ba89; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #f2f2f2; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #ffffff;
  color: #316cbe; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #f2f2f2; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #ffffff;
  color: #f6722a; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #f2f2f2; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #ffffff;
  color: #e26f99; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #f2f2f2; }

/***
Responsive & Scrollable Tables
***/
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #dddddd;
  margin: 10px 0 !important; }
  .table-scrollable > .table {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 0;
    background-color: #fff; }
    .table-scrollable > .table > thead > tr > th,
    .table-scrollable > .table > tbody > tr > th,
    .table-scrollable > .table > tfoot > tr > th,
    .table-scrollable > .table > tfoot > tr > th,
    .table-scrollable > .table > tfoot > tr > td {
      white-space: nowrap; }
  .table-scrollable > .table-bordered {
    border: 0; }
    .table-scrollable > .table-bordered > thead > tr > th:first-child,
    .table-scrollable > .table-bordered > tbody > tr > th:first-child,
    .table-scrollable > .table-bordered > tfoot > tr > th:first-child,
    .table-scrollable > .table-bordered > thead > tr > td:first-child,
    .table-scrollable > .table-bordered > tbody > tr > td:first-child,
    .table-scrollable > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
    .table-scrollable > .table-bordered > thead > tr > th:last-child,
    .table-scrollable > .table-bordered > tbody > tr > th:last-child,
    .table-scrollable > .table-bordered > tfoot > tr > th:last-child,
    .table-scrollable > .table-bordered > thead > tr > td:last-child,
    .table-scrollable > .table-bordered > tbody > tr > td:last-child,
    .table-scrollable > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
    .table-scrollable > .table-bordered > thead > tr:last-child > th,
    .table-scrollable > .table-bordered > tbody > tr:last-child > th,
    .table-scrollable > .table-bordered > tfoot > tr:last-child > th,
    .table-scrollable > .table-bordered > thead > tr:last-child > td,
    .table-scrollable > .table-bordered > tbody > tr:last-child > td,
    .table-scrollable > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0; }

/***
Responsive Flip Scroll Tables
***/
.flip-scroll table {
  width: 100%; }

@media only screen and (max-width: 768px) {
  /* 768px */
  .flip-scroll .flip-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

  .flip-scroll * html .flip-content {
    zoom: 1; }

  .flip-scroll *:first-child + html .flip-content {
    zoom: 1; }

  .flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }

  .flip-scroll th,
  .flip-scroll td {
    margin: 0;
    vertical-align: top; }

  .flip-scroll th {
    text-align: left;
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    font-size: 13px !important;
    padding: 5px;
    width: auto !important; }

  .flip-scroll table {
    display: block;
    position: relative;
    width: 100%; }

  .flip-scroll thead {
    display: block;
    float: left; }

  .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap; }

  .flip-scroll thead tr {
    display: block; }

  .flip-scroll th {
    display: block;
    text-align: right; }

  .flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px; }

  .flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important; }

  /* sort out borders */
  .flip-scroll th {
    border-bottom: 0;
    border-left: 0; }

  .flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }

  .flip-scroll tbody tr {
    border-left: 1px solid #ddd; }

  .flip-scroll th:last-child,
  .flip-scroll td:last-child {
    border-bottom: 1px solid #ddd; } }
/***
Custom tables
***/
.table-toolbar {
  margin-bottom: 15px; }

.table.table-full-width {
  width: 100% !important; }

.table .btn {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 5px; }

.table thead tr th {
  font-size: 14px;
  font-weight: 600; }

.table-advance {
  margin-bottom: 10px !important; }

.table-advance thead {
  color: #999; }

.table-advance thead tr th {
  background-color: #DDD;
  font-size: 14px;
  font-weight: 400;
  color: #666; }

.table-advance div.success,
.table-advance div.info,
.table-advance div.important,
.table-advance div.warning,
.table-advance div.danger {
  position: absolute;
  margin-top: -5px;
  float: left;
  width: 2px;
  height: 30px;
  margin-right: 20px !important; }

.table-advance tr td {
  border-left-width: 0px; }

.table-advance tr td:first-child {
  border-left-width: 1px !important; }

.table-advance tr td.highlight:first-child a {
  margin-left: 15px; }

.table-advance td.highlight div.primary {
  border-left: 2px solid #0e1c2e; }

.table-advance td.highlight div.success {
  border-left: 2px solid #33ba89; }

.table-advance td.highlight div.info {
  border-left: 2px solid #316cbe; }

.table-advance td.highlight div.warning {
  border-left: 2px solid #f6722a; }

.table-advance td.highlight div.danger {
  border-left: 2px solid #e26f99; }

@media (max-width: 767px) {
  /* 767px */
  .table-advance tr > td.highlight:first-child a {
    margin-left: 8px; } }
/***
Customized Bootstrap Tabs 
***/
/* Tabs and pills */
.nav-tabs,
.nav-pills {
  margin-bottom: 10px; }
  .nav-tabs > li > a,
  .nav-pills > li > a {
    font-size: 14px; }
    .nav-tabs > li > a > .badge,
    .nav-pills > li > a > .badge {
      margin-top: -3px; }
  .nav-tabs > li .dropdown-menu:before, .nav-tabs > li .dropdown-menu:after,
  .nav-pills > li .dropdown-menu:before,
  .nav-pills > li .dropdown-menu:after {
    display: none; }
  .nav-tabs.nav-tabs-sm > li > a, .nav-tabs.nav-pills-sm > li > a,
  .nav-pills.nav-tabs-sm > li > a,
  .nav-pills.nav-pills-sm > li > a {
    font-size: 13px; }
  .nav-tabs .dropdown.open > .dropdown-toggle,
  .nav-pills .dropdown.open > .dropdown-toggle {
    background: #eee;
    color: #0d638f;
    border-color: transparent; }

/* Left and right tabs */
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }
  .tabs-right > .nav-tabs > li,
  .tabs-left > .nav-tabs > li {
    float: none; }
    .tabs-right > .nav-tabs > li > a,
    .tabs-left > .nav-tabs > li > a {
      min-width: 74px;
      margin-right: 0;
      margin-bottom: 3px; }

/* Left tabs */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd; }
  .tabs-left > .nav-tabs > li > a {
    margin-right: -1px; }
    .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
      border-color: #eeeeee #dddddd #eeeeee #eeeeee; }
  .tabs-left > .nav-tabs > li.active > a,
  .tabs-left > .nav-tabs > li.active > a:hover
  > li.active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff; }

/* Right tabs */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }
  .tabs-right > .nav-tabs > li > a {
    margin-left: -1px; }
    .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #dddddd; }
  .tabs-right > .nav-tabs > li.active > a,
  .tabs-right > .nav-tabs > li.active > a:hover
  > li.active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff; }

/* Below tabs */
.tabs-below > .nav-tabs,
.tabs-below > .nav-pills {
  border-bottom: 0;
  margin-bottom: 0px;
  margin-top: 10px; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
  margin-bottom: 0;
  margin-top: 10px; }
  .tabs-below > .nav-tabs > li > a {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
      border-top-color: #ddd;
      border-bottom-color: transparent; }
  .tabs-below > .nav-tabs .active a,
  .tabs-below > .nav-tabs .active a:hover
  .active a:focus {
    border-color: transparent #ddd #ddd #ddd; }

/***
Custom tabs
***/
/* In BS3.0.0 tabbable class was removed. We had to added it back */
.tabbable:before, .tabbable:after {
  content: " ";
  display: table; }
.tabbable:after {
  clear: both; }

.tabbable-custom {
  margin: 0;
  overflow: hidden;
  /* justified tabs */
  /* boxless tabs */
  /* below justified tabs */
  /* full width tabs */
  /* below tabs */ }
  .tabbable-custom > .nav-tabs {
    border: none;
    margin: 0;
    text-align: center;
    border-bottom: 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background-color: #fff;
    border-bottom: solid 1px #e8e9ea;
    padding: 10px 0 0 0; }
    .tabbable-custom > .nav-tabs > li {
      margin-right: 2px;
      border-top: 2px solid transparent;
      float: none;
      display: inline-block;
      text-align: center; }
      .tabbable-custom > .nav-tabs > li > a {
        margin-right: 0;
        color: #484b50;
        font-size: 16px; }
        .tabbable-custom > .nav-tabs > li > a:hover {
          background: none;
          border-color: transparent; }
      .tabbable-custom > .nav-tabs > li.active {
        border-bottom: 3px solid #e26f99;
        margin-top: 0;
        position: relative; }
        .tabbable-custom > .nav-tabs > li.active > a {
          border-top: none;
          font-weight: 400;
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border: 0;
          color: #484b50;
          background-color: #fff; }
          .tabbable-custom > .nav-tabs > li.active > a:hover {
            border: 0; }
  .tabbable-custom > .tab-content {
    background-color: #fff;
    border: 0;
    padding: 10px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px; }
  .tabbable-custom.nav-justified > .tab-content {
    margin-top: -1px; }
  .tabbable-custom.boxless > .tab-content {
    padding: 15px 0;
    border-left: none;
    border-right: none;
    border-bottom: none; }
  .tabbable-custom.tabs-below.nav-justified .tab-content {
    margin-top: 0px;
    margin-bottom: -2px; }
  .tabbable-custom.tabbable-full-width > .nav-tabs > li > a {
    color: #424242;
    font-size: 15px;
    padding: 9px 15px; }
  .tabbable-custom.tabbable-full-width > .tab-content {
    padding: 15px 0;
    border-left: none;
    border-right: none;
    border-bottom: none; }
  .tabbable-custom.tabs-below .nav-tabs > li > a {
    border-top: none;
    border-bottom: 2px solid transparent;
    margin-top: -1px; }
  .tabbable-custom.tabs-below .nav-tabs > li.active {
    border-top: none;
    border-bottom: 3px solid #d12610;
    margin-bottom: 0;
    position: relative; }
    .tabbable-custom.tabs-below .nav-tabs > li.active > a {
      border-bottom: none; }
      .tabbable-custom.tabs-below .nav-tabs > li.active > a:hover {
        background: #fff;
        border-color: #d4d4d4 #d4d4d4 transparent; }

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px; }
  .tabbable-line > .nav-tabs > li {
    margin-right: 2px; }
    .tabbable-line > .nav-tabs > li > a {
      border: 0;
      margin-right: 0;
      color: #737373; }
      .tabbable-line > .nav-tabs > li > a > i {
        color: #a6a6a6; }
    .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
      border-bottom: 4px solid #f7d9e4; }
      .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
        border: 0;
        background: none !important;
        color: #333; }
        .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
          color: #a6a6a6; }
      .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
        margin-top: 0px; }
    .tabbable-line > .nav-tabs > li.active {
      border-bottom: 4px solid #e26f99;
      position: relative; }
      .tabbable-line > .nav-tabs > li.active > a {
        border: 0;
        color: #333; }
        .tabbable-line > .nav-tabs > li.active > a > i {
          color: #404040; }
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0; }

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent; }
  .tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0; }
  .tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbc3a4; }
  .tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f6722a; }
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee; }

/***
Tiles(new in v1.1.1)
***/
.tiles {
  margin-right: -10px; }
  .tiles:before, .tiles:after {
    display: table;
    content: " "; }
  .tiles:after {
    clear: both; }
  .tiles .tile {
    display: block;
    letter-spacing: 0.02em;
    float: left;
    height: 135px;
    width: 135px !important;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 20px;
    overflow: hidden;
    border: 3px solid transparent;
    margin: 0 10px 10px 0; }
    .tiles .tile:after, .tiles .tile:before {
      content: "";
      float: left; }
    .tiles .tile.double {
      width: 280px !important; }
    .tiles .tile.double-down {
      height: 280px !important; }
      .tiles .tile.double-down i {
        margin-top: 95px; }
    .tiles .tile:hover {
      border-color: #aaa !important; }
    .tiles .tile:active, .tiles .tile.selected {
      border-color: #ccc !important; }
    .tiles .tile.selected .corner:after {
      content: "";
      display: inline-block;
      border-left: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-right: 40px solid #ccc;
      position: absolute;
      top: -3px;
      right: -3px; }
    .tiles .tile.selected .check:after {
      content: "";
      font-family: FontAwesome;
      font-size: 13px;
      content: "\f00c";
      display: inline-block;
      position: absolute;
      top: 2px;
      right: 2px; }
    .tiles .tile.icon {
      padding: 0; }
    .tiles .tile.image .tile-body {
      padding: 0 !important; }
      .tiles .tile.image .tile-body > img {
        width: 100%;
        height: auto;
        min-height: 100%;
        max-width: 100%; }
      .tiles .tile.image .tile-body h3 {
        display: inline-block; }
    .tiles .tile .tile-body {
      height: 100%;
      vertical-align: top;
      padding: 10px 10px;
      overflow: hidden;
      position: relative;
      font-weight: 400;
      font-size: 12px;
      color: #000000;
      color: #ffffff;
      margin-bottom: 10px; }
      .tiles .tile .tile-body p {
        font-weight: 400;
        font-size: 13px;
        color: #000000;
        color: #ffffff;
        line-height: 20px;
        overflow: hidden; }
        .tiles .tile .tile-body p:hover {
          color: rgba(0, 0, 0, 0.8); }
        .tiles .tile .tile-body p:active {
          color: rgba(0, 0, 0, 0.4); }
        .tiles .tile .tile-body p:hover {
          color: #ffffff; }
      .tiles .tile .tile-body img {
        float: left;
        margin-right: 10px; }
        .tiles .tile .tile-body img.pull-right {
          float: right !important;
          margin-left: 10px;
          margin-right: 0px; }
      .tiles .tile .tile-body > .content {
        display: inline-block; }
      .tiles .tile .tile-body > i {
        margin-top: 17px;
        display: block;
        font-size: 56px;
        line-height: 56px;
        text-align: center; }
      .tiles .tile .tile-body h1,
      .tiles .tile .tile-body h2,
      .tiles .tile .tile-body h3,
      .tiles .tile .tile-body h4,
      .tiles .tile .tile-body h5,
      .tiles .tile .tile-body h6,
      .tiles .tile .tile-body p {
        padding: 0;
        margin: 0;
        line-height: 14px; }
        .tiles .tile .tile-body h1:hover,
        .tiles .tile .tile-body h2:hover,
        .tiles .tile .tile-body h3:hover,
        .tiles .tile .tile-body h4:hover,
        .tiles .tile .tile-body h5:hover,
        .tiles .tile .tile-body h6:hover,
        .tiles .tile .tile-body p:hover {
          color: #ffffff; }
      .tiles .tile .tile-body h3,
      .tiles .tile .tile-body h4 {
        margin-bottom: 5px; }
    .tiles .tile .tile-object {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      min-height: 30px;
      background-color: transparent;
      *zoom: 1; }
      .tiles .tile .tile-object:before, .tiles .tile .tile-object:after {
        display: table;
        content: ""; }
      .tiles .tile .tile-object:after {
        clear: both; }
      .tiles .tile .tile-object > .name {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 15px;
        font-weight: 400;
        font-size: 13px;
        color: #ffffff; }
        .tiles .tile .tile-object > .name > i {
          vertical-align: middle;
          display: block;
          font-size: 24px;
          height: 18px;
          width: 24px; }
      .tiles .tile .tile-object > .number {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-bottom: 0;
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 14px;
        margin-bottom: 8px;
        margin-right: 10px; }

.tile-lightgray {
  border: 0 !important;
  background-color: #f0f1f2 !important;
  color: #222222 !important; }
  .tile-lightgray:hover, .tile-lightgray:focus {
    border: 0 !important;
    background-color: #d5d7da !important; }

/***
Custimized Bootstrap Wells
***/
.well {
  background-color: #f0f1f2;
  border: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

/* Button */
.btn.default {
  color: #484b50;
  background-color: #e8e9ea;
  border-color: ""; }
  .btn.default:hover, .btn.default:focus, .btn.default:active, .btn.default.active {
    color: #484b50;
    background-color: #d3d5d7; }
  .open .btn.default.dropdown-toggle {
    color: #484b50;
    background-color: #d3d5d7; }
  .btn.default:active, .btn.default.active {
    background-image: none; }
  .open .btn.default.dropdown-toggle {
    background-image: none; }
  .btn.default.disabled, .btn.default.disabled:hover, .btn.default.disabled:focus, .btn.default.disabled:active, .btn.default.disabled.active, .btn.default[disabled], .btn.default[disabled]:hover, .btn.default[disabled]:focus, .btn.default[disabled]:active, .btn.default[disabled].active, fieldset[disabled] .btn.default, fieldset[disabled] .btn.default:hover, fieldset[disabled] .btn.default:focus, fieldset[disabled] .btn.default:active, fieldset[disabled] .btn.default.active {
    background-color: #e8e9ea; }
  .btn.default.btn-ghost {
    color: #e8e9ea;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #e8e9ea;
    box-shadow: inset 0 0 0 1px #e8e9ea;
    border-width: 0; }
    .btn.default.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .btn.default.btn-ghost.btn-transparent.active, .btn.default.btn-ghost.btn-transparent.open, .btn.default.btn-ghost.btn-transparent:focus, .btn.default.btn-ghost.btn-transparent:active {
        color: #e8e9ea;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #e8e9ea;
        box-shadow: inset 0 0 0 1px #e8e9ea; }
    .btn.default.btn-ghost.active, .btn.default.btn-ghost.open, .btn.default.btn-ghost:focus, .btn.default.btn-ghost:active {
      color: #e8e9ea;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #e8e9ea;
      box-shadow: inset 0 0 0 1px #e8e9ea; }
  .btn.default.btn-ghost:hover {
    color: #cdd0d2;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #cdd0d2;
    box-shadow: inset 0 0 0 1px #cdd0d2; }
  .btn.default .badge {
    color: #e8e9ea;
    background-color: #484b50; }

.btn.btn-white {
  color: #484b50;
  background-color: #ffffff;
  border-color: ""; }
  .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white.active {
    color: #484b50;
    background-color: #ebebeb; }
  .open .btn.btn-white.dropdown-toggle {
    color: #484b50;
    background-color: #ebebeb; }
  .btn.btn-white:active, .btn.btn-white.active {
    background-image: none; }
  .open .btn.btn-white.dropdown-toggle {
    background-image: none; }
  .btn.btn-white.disabled, .btn.btn-white.disabled:hover, .btn.btn-white.disabled:focus, .btn.btn-white.disabled:active, .btn.btn-white.disabled.active, .btn.btn-white[disabled], .btn.btn-white[disabled]:hover, .btn.btn-white[disabled]:focus, .btn.btn-white[disabled]:active, .btn.btn-white[disabled].active, fieldset[disabled] .btn.btn-white, fieldset[disabled] .btn.btn-white:hover, fieldset[disabled] .btn.btn-white:focus, fieldset[disabled] .btn.btn-white:active, fieldset[disabled] .btn.btn-white.active {
    background-color: #ffffff; }
  .btn.btn-white.btn-ghost {
    color: #ffffff;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #ffffff;
    box-shadow: inset 0 0 0 1px #ffffff;
    border-width: 0; }
    .btn.btn-white.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .btn.btn-white.btn-ghost.btn-transparent.active, .btn.btn-white.btn-ghost.btn-transparent.open, .btn.btn-white.btn-ghost.btn-transparent:focus, .btn.btn-white.btn-ghost.btn-transparent:active {
        color: #ffffff;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #ffffff;
        box-shadow: inset 0 0 0 1px #ffffff; }
    .btn.btn-white.btn-ghost.active, .btn.btn-white.btn-ghost.open, .btn.btn-white.btn-ghost:focus, .btn.btn-white.btn-ghost:active {
      color: #ffffff;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #ffffff;
      box-shadow: inset 0 0 0 1px #ffffff; }
  .btn.btn-white.btn-ghost:hover {
    color: #e6e6e6;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
    box-shadow: inset 0 0 0 1px #e6e6e6; }
  .btn.btn-white .badge {
    color: #ffffff;
    background-color: #484b50; }

.btn.btn-gray {
  color: #484b50;
  background-color: #D9DADB;
  border-color: ""; }
  .btn.btn-gray:hover, .btn.btn-gray:focus, .btn.btn-gray:active, .btn.btn-gray.active {
    color: #484b50;
    background-color: #c4c6c7; }
  .open .btn.btn-gray.dropdown-toggle {
    color: #484b50;
    background-color: #c4c6c7; }
  .btn.btn-gray:active, .btn.btn-gray.active {
    background-image: none; }
  .open .btn.btn-gray.dropdown-toggle {
    background-image: none; }
  .btn.btn-gray.disabled, .btn.btn-gray.disabled:hover, .btn.btn-gray.disabled:focus, .btn.btn-gray.disabled:active, .btn.btn-gray.disabled.active, .btn.btn-gray[disabled], .btn.btn-gray[disabled]:hover, .btn.btn-gray[disabled]:focus, .btn.btn-gray[disabled]:active, .btn.btn-gray[disabled].active, fieldset[disabled] .btn.btn-gray, fieldset[disabled] .btn.btn-gray:hover, fieldset[disabled] .btn.btn-gray:focus, fieldset[disabled] .btn.btn-gray:active, fieldset[disabled] .btn.btn-gray.active {
    background-color: #D9DADB; }
  .btn.btn-gray.btn-ghost {
    color: #D9DADB;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #D9DADB;
    box-shadow: inset 0 0 0 1px #D9DADB;
    border-width: 0; }
    .btn.btn-gray.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .btn.btn-gray.btn-ghost.btn-transparent.active, .btn.btn-gray.btn-ghost.btn-transparent.open, .btn.btn-gray.btn-ghost.btn-transparent:focus, .btn.btn-gray.btn-ghost.btn-transparent:active {
        color: #D9DADB;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #D9DADB;
        box-shadow: inset 0 0 0 1px #D9DADB; }
    .btn.btn-gray.btn-ghost.active, .btn.btn-gray.btn-ghost.open, .btn.btn-gray.btn-ghost:focus, .btn.btn-gray.btn-ghost:active {
      color: #D9DADB;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #D9DADB;
      box-shadow: inset 0 0 0 1px #D9DADB; }
  .btn.btn-gray.btn-ghost:hover {
    color: #bfc1c2;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #bfc1c2;
    box-shadow: inset 0 0 0 1px #bfc1c2; }
  .btn.btn-gray .badge {
    color: #D9DADB;
    background-color: #484b50; }

/**********
Blue Colors
***********/
/***
Blue Default
***/
/* Button */
.blue.btn {
  color: #FFFFFF;
  background-color: #4B8DF8;
  border-color: ""; }
  .blue.btn:hover, .blue.btn:focus, .blue.btn:active, .blue.btn.active {
    color: #FFFFFF;
    background-color: #2474f6; }
  .open .blue.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #2474f6; }
  .blue.btn:active, .blue.btn.active {
    background-image: none; }
  .open .blue.btn.dropdown-toggle {
    background-image: none; }
  .blue.btn.disabled, .blue.btn.disabled:hover, .blue.btn.disabled:focus, .blue.btn.disabled:active, .blue.btn.disabled.active, .blue.btn[disabled], .blue.btn[disabled]:hover, .blue.btn[disabled]:focus, .blue.btn[disabled]:active, .blue.btn[disabled].active, fieldset[disabled] .blue.btn, fieldset[disabled] .blue.btn:hover, fieldset[disabled] .blue.btn:focus, fieldset[disabled] .blue.btn:active, fieldset[disabled] .blue.btn.active {
    background-color: #4B8DF8; }
  .blue.btn.btn-ghost {
    color: #4B8DF8;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #4B8DF8;
    box-shadow: inset 0 0 0 1px #4B8DF8;
    border-width: 0; }
    .blue.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .blue.btn.btn-ghost.btn-transparent.active, .blue.btn.btn-ghost.btn-transparent.open, .blue.btn.btn-ghost.btn-transparent:focus, .blue.btn.btn-ghost.btn-transparent:active {
        color: #4B8DF8;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #4B8DF8;
        box-shadow: inset 0 0 0 1px #4B8DF8; }
    .blue.btn.btn-ghost.active, .blue.btn.btn-ghost.open, .blue.btn.btn-ghost:focus, .blue.btn.btn-ghost:active {
      color: #4B8DF8;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #4B8DF8;
      box-shadow: inset 0 0 0 1px #4B8DF8; }
  .blue.btn.btn-ghost:hover {
    color: #1a6ef6;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #1a6ef6;
    box-shadow: inset 0 0 0 1px #1a6ef6; }
  .blue.btn .badge {
    color: #4B8DF8;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.blue-stripe {
  border-left: 3px solid #4B8DF8; }

/* Portlet */
.portlet > .portlet-body.blue,
.portlet.blue {
  background-color: #4B8DF8; }

.portlet.solid.blue > .portlet-title,
.portlet.solid.blue > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.blue > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.blue {
  border: 1px solid #7cacfa;
  border-top: 0; }
  .portlet.box.blue > .portlet-title {
    background-color: #4B8DF8; }
    .portlet.box.blue > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.blue > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.blue > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #b7d1fc;
      color: #d0e1fd; }
      .portlet.box.blue > .portlet-title > .actions .btn-default:hover, .portlet.box.blue > .portlet-title > .actions .btn-default:focus, .portlet.box.blue > .portlet-title > .actions .btn-default:active, .portlet.box.blue > .portlet-title > .actions .btn-default.active {
        border: 1px solid #e8f0fe;
        color: white; }

/* Statistic Block */
.dashboard-stat.blue {
  background-color: #4B8DF8; }
  .dashboard-stat.blue .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.blue .details .number {
    color: #FFFFFF; }
  .dashboard-stat.blue .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.blue .more {
    color: #FFFFFF;
    background-color: #3781f7; }

/* General Element */
.bg-blue {
  border-color: #4B8DF8 !important;
  background-image: none !important;
  background-color: #4B8DF8 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-blue {
  color: #4B8DF8 !important; }

.font-blue-medium {
  color: #0960ed !important; }

.font-blue-dark {
  color: #0642a4 !important; }

.font-blue-light {
  color: #95bcfb !important; }

/* Colored Borders */
.border-blue {
  border: 2px solid #4B8DF8 !important;
  border-radius: 8px; }

.border-top-blue {
  border-top: 2px solid #4B8DF8 !important; }

.border-right-blue {
  border-right: 2px solid #4B8DF8 !important; }

.border-bottom-blue {
  border-bottom: 2px solid #4B8DF8 !important; }

.border-left-blue {
  border-left: 2px solid #4B8DF8 !important; }

label.border-blue:hover {
  border-color: #7cacfa !important; }

a.border-blue:hover {
  border-color: #7cacfa !important; }

/***
Blue Madison
***/
/* Button */
.blue-madison.btn {
  color: #FFFFFF;
  background-color: #578ebe;
  border-color: ""; }
  .blue-madison.btn:hover, .blue-madison.btn:focus, .blue-madison.btn:active, .blue-madison.btn.active {
    color: #FFFFFF;
    background-color: #427aaa; }
  .open .blue-madison.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #427aaa; }
  .blue-madison.btn:active, .blue-madison.btn.active {
    background-image: none; }
  .open .blue-madison.btn.dropdown-toggle {
    background-image: none; }
  .blue-madison.btn.disabled, .blue-madison.btn.disabled:hover, .blue-madison.btn.disabled:focus, .blue-madison.btn.disabled:active, .blue-madison.btn.disabled.active, .blue-madison.btn[disabled], .blue-madison.btn[disabled]:hover, .blue-madison.btn[disabled]:focus, .blue-madison.btn[disabled]:active, .blue-madison.btn[disabled].active, fieldset[disabled] .blue-madison.btn, fieldset[disabled] .blue-madison.btn:hover, fieldset[disabled] .blue-madison.btn:focus, fieldset[disabled] .blue-madison.btn:active, fieldset[disabled] .blue-madison.btn.active {
    background-color: #578ebe; }
  .blue-madison.btn.btn-ghost {
    color: #578ebe;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #578ebe;
    box-shadow: inset 0 0 0 1px #578ebe;
    border-width: 0; }
    .blue-madison.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .blue-madison.btn.btn-ghost.btn-transparent.active, .blue-madison.btn.btn-ghost.btn-transparent.open, .blue-madison.btn.btn-ghost.btn-transparent:focus, .blue-madison.btn.btn-ghost.btn-transparent:active {
        color: #578ebe;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #578ebe;
        box-shadow: inset 0 0 0 1px #578ebe; }
    .blue-madison.btn.btn-ghost.active, .blue-madison.btn.btn-ghost.open, .blue-madison.btn.btn-ghost:focus, .blue-madison.btn.btn-ghost:active {
      color: #578ebe;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #578ebe;
      box-shadow: inset 0 0 0 1px #578ebe; }
  .blue-madison.btn.btn-ghost:hover {
    color: #3f74a3;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #3f74a3;
    box-shadow: inset 0 0 0 1px #3f74a3; }
  .blue-madison.btn .badge {
    color: #578ebe;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.blue-madison-stripe {
  border-left: 3px solid #578ebe; }

/* Portlet */
.portlet > .portlet-body.blue-madison,
.portlet.blue-madison {
  background-color: #578ebe; }

.portlet.solid.blue-madison > .portlet-title,
.portlet.solid.blue-madison > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.blue-madison > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.blue-madison {
  border: 1px solid #7ca7cc;
  border-top: 0; }
  .portlet.box.blue-madison > .portlet-title {
    background-color: #578ebe; }
    .portlet.box.blue-madison > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.blue-madison > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.blue-madison > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #a8c4dd;
      color: #bad1e4; }
      .portlet.box.blue-madison > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-madison > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-madison > .portlet-title > .actions .btn-default:active, .portlet.box.blue-madison > .portlet-title > .actions .btn-default.active {
        border: 1px solid #cdddec;
        color: #dfeaf3; }

/* Statistic Block */
.dashboard-stat.blue-madison {
  background-color: #578ebe; }
  .dashboard-stat.blue-madison .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.blue-madison .details .number {
    color: #FFFFFF; }
  .dashboard-stat.blue-madison .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.blue-madison .more {
    color: #FFFFFF;
    background-color: #4884b8; }

/* General Element */
.bg-blue-madison {
  border-color: #578ebe !important;
  background-image: none !important;
  background-color: #578ebe !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-blue-madison {
  color: #578ebe !important; }

.font-blue-madison-medium {
  color: #386791 !important; }

.font-blue-madison-dark {
  color: #234059 !important; }

.font-blue-madison-light {
  color: #8eb3d3 !important; }

/* Colored Borders */
.border-blue-madison {
  border: 2px solid #578ebe !important;
  border-radius: 8px; }

.border-top-blue-madison {
  border-top: 2px solid #578ebe !important; }

.border-right-blue-madison {
  border-right: 2px solid #578ebe !important; }

.border-bottom-blue-madison {
  border-bottom: 2px solid #578ebe !important; }

.border-left-blue-madison {
  border-left: 2px solid #578ebe !important; }

label.border-blue-madison:hover {
  border-color: #7ca7cc !important; }

a.border-blue-madison:hover {
  border-color: #7ca7cc !important; }

/***
Blue Chambray
***/
/* Button */
.blue-chambray.btn {
  color: #FFFFFF;
  background-color: #2C3E50;
  border-color: ""; }
  .blue-chambray.btn:hover, .blue-chambray.btn:focus, .blue-chambray.btn:active, .blue-chambray.btn.active {
    color: #FFFFFF;
    background-color: #1e2a36; }
  .open .blue-chambray.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1e2a36; }
  .blue-chambray.btn:active, .blue-chambray.btn.active {
    background-image: none; }
  .open .blue-chambray.btn.dropdown-toggle {
    background-image: none; }
  .blue-chambray.btn.disabled, .blue-chambray.btn.disabled:hover, .blue-chambray.btn.disabled:focus, .blue-chambray.btn.disabled:active, .blue-chambray.btn.disabled.active, .blue-chambray.btn[disabled], .blue-chambray.btn[disabled]:hover, .blue-chambray.btn[disabled]:focus, .blue-chambray.btn[disabled]:active, .blue-chambray.btn[disabled].active, fieldset[disabled] .blue-chambray.btn, fieldset[disabled] .blue-chambray.btn:hover, fieldset[disabled] .blue-chambray.btn:focus, fieldset[disabled] .blue-chambray.btn:active, fieldset[disabled] .blue-chambray.btn.active {
    background-color: #2C3E50; }
  .blue-chambray.btn.btn-ghost {
    color: #2C3E50;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #2C3E50;
    box-shadow: inset 0 0 0 1px #2C3E50;
    border-width: 0; }
    .blue-chambray.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .blue-chambray.btn.btn-ghost.btn-transparent.active, .blue-chambray.btn.btn-ghost.btn-transparent.open, .blue-chambray.btn.btn-ghost.btn-transparent:focus, .blue-chambray.btn.btn-ghost.btn-transparent:active {
        color: #2C3E50;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #2C3E50;
        box-shadow: inset 0 0 0 1px #2C3E50; }
    .blue-chambray.btn.btn-ghost.active, .blue-chambray.btn.btn-ghost.open, .blue-chambray.btn.btn-ghost:focus, .blue-chambray.btn.btn-ghost:active {
      color: #2C3E50;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #2C3E50;
      box-shadow: inset 0 0 0 1px #2C3E50; }
  .blue-chambray.btn.btn-ghost:hover {
    color: #1a242f;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #1a242f;
    box-shadow: inset 0 0 0 1px #1a242f; }
  .blue-chambray.btn .badge {
    color: #2C3E50;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.blue-chambray-stripe {
  border-left: 3px solid #2C3E50; }

/* Portlet */
.portlet > .portlet-body.blue-chambray,
.portlet.blue-chambray {
  background-color: #2C3E50; }

.portlet.solid.blue-chambray > .portlet-title,
.portlet.solid.blue-chambray > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.blue-chambray > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.blue-chambray {
  border: 1px solid #3e5771;
  border-top: 0; }
  .portlet.box.blue-chambray > .portlet-title {
    background-color: #2C3E50; }
    .portlet.box.blue-chambray > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.blue-chambray > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.blue-chambray > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #547698;
      color: #5f83a7; }
      .portlet.box.blue-chambray > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-chambray > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-chambray > .portlet-title > .actions .btn-default:active, .portlet.box.blue-chambray > .portlet-title > .actions .btn-default.active {
        border: 1px solid #6f90b0;
        color: #809cb9; }

/* Statistic Block */
.dashboard-stat.blue-chambray {
  background-color: #2C3E50; }
  .dashboard-stat.blue-chambray .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.blue-chambray .details .number {
    color: #FFFFFF; }
  .dashboard-stat.blue-chambray .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.blue-chambray .more {
    color: #FFFFFF;
    background-color: #253443; }

/* General Element */
.bg-blue-chambray {
  border-color: #2C3E50 !important;
  background-image: none !important;
  background-color: #2C3E50 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-blue-chambray {
  color: #2C3E50 !important; }

.font-blue-chambray-medium {
  color: #11181f !important; }

.font-blue-chambray-dark {
  color: black !important; }

.font-blue-chambray-light {
  color: #476481 !important; }

/* Colored Borders */
.border-blue-chambray {
  border: 2px solid #2C3E50 !important;
  border-radius: 8px; }

.border-top-blue-chambray {
  border-top: 2px solid #2C3E50 !important; }

.border-right-blue-chambray {
  border-right: 2px solid #2C3E50 !important; }

.border-bottom-blue-chambray {
  border-bottom: 2px solid #2C3E50 !important; }

.border-left-blue-chambray {
  border-left: 2px solid #2C3E50 !important; }

label.border-blue-chambray:hover {
  border-color: #3e5771 !important; }

a.border-blue-chambray:hover {
  border-color: #3e5771 !important; }

/***
Blue Ebonyclay
***/
/* Button */
.blue-ebonyclay.btn {
  color: #FFFFFF;
  background-color: #22313F;
  border-color: ""; }
  .blue-ebonyclay.btn:hover, .blue-ebonyclay.btn:focus, .blue-ebonyclay.btn:active, .blue-ebonyclay.btn.active {
    color: #FFFFFF;
    background-color: #141c25; }
  .open .blue-ebonyclay.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #141c25; }
  .blue-ebonyclay.btn:active, .blue-ebonyclay.btn.active {
    background-image: none; }
  .open .blue-ebonyclay.btn.dropdown-toggle {
    background-image: none; }
  .blue-ebonyclay.btn.disabled, .blue-ebonyclay.btn.disabled:hover, .blue-ebonyclay.btn.disabled:focus, .blue-ebonyclay.btn.disabled:active, .blue-ebonyclay.btn.disabled.active, .blue-ebonyclay.btn[disabled], .blue-ebonyclay.btn[disabled]:hover, .blue-ebonyclay.btn[disabled]:focus, .blue-ebonyclay.btn[disabled]:active, .blue-ebonyclay.btn[disabled].active, fieldset[disabled] .blue-ebonyclay.btn, fieldset[disabled] .blue-ebonyclay.btn:hover, fieldset[disabled] .blue-ebonyclay.btn:focus, fieldset[disabled] .blue-ebonyclay.btn:active, fieldset[disabled] .blue-ebonyclay.btn.active {
    background-color: #22313F; }
  .blue-ebonyclay.btn.btn-ghost {
    color: #22313F;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #22313F;
    box-shadow: inset 0 0 0 1px #22313F;
    border-width: 0; }
    .blue-ebonyclay.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .blue-ebonyclay.btn.btn-ghost.btn-transparent.active, .blue-ebonyclay.btn.btn-ghost.btn-transparent.open, .blue-ebonyclay.btn.btn-ghost.btn-transparent:focus, .blue-ebonyclay.btn.btn-ghost.btn-transparent:active {
        color: #22313F;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #22313F;
        box-shadow: inset 0 0 0 1px #22313F; }
    .blue-ebonyclay.btn.btn-ghost.active, .blue-ebonyclay.btn.btn-ghost.open, .blue-ebonyclay.btn.btn-ghost:focus, .blue-ebonyclay.btn.btn-ghost:active {
      color: #22313F;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #22313F;
      box-shadow: inset 0 0 0 1px #22313F; }
  .blue-ebonyclay.btn.btn-ghost:hover {
    color: #10171e;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #10171e;
    box-shadow: inset 0 0 0 1px #10171e; }
  .blue-ebonyclay.btn .badge {
    color: #22313F;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.blue-ebonyclay-stripe {
  border-left: 3px solid #22313F; }

/* Portlet */
.portlet > .portlet-body.blue-ebonyclay,
.portlet.blue-ebonyclay {
  background-color: #22313F; }

.portlet.solid.blue-ebonyclay > .portlet-title,
.portlet.solid.blue-ebonyclay > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.blue-ebonyclay > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.blue-ebonyclay {
  border: 1px solid #344b60;
  border-top: 0; }
  .portlet.box.blue-ebonyclay > .portlet-title {
    background-color: #22313F; }
    .portlet.box.blue-ebonyclay > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.blue-ebonyclay > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #496a88;
      color: #527798; }
      .portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default:active, .portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default.active {
        border: 1px solid #5d83a7;
        color: #6d90b0; }

/* Statistic Block */
.dashboard-stat.blue-ebonyclay {
  background-color: #22313F; }
  .dashboard-stat.blue-ebonyclay .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.blue-ebonyclay .details .number {
    color: #FFFFFF; }
  .dashboard-stat.blue-ebonyclay .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.blue-ebonyclay .more {
    color: #FFFFFF;
    background-color: #1b2732; }

/* General Element */
.bg-blue-ebonyclay {
  border-color: #22313F !important;
  background-image: none !important;
  background-color: #22313F !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-blue-ebonyclay {
  color: #22313F !important; }

.font-blue-ebonyclay-medium {
  color: #070a0d !important; }

.font-blue-ebonyclay-dark {
  color: black !important; }

.font-blue-ebonyclay-light {
  color: #3d5871 !important; }

/* Colored Borders */
.border-blue-ebonyclay {
  border: 2px solid #22313F !important;
  border-radius: 8px; }

.border-top-blue-ebonyclay {
  border-top: 2px solid #22313F !important; }

.border-right-blue-ebonyclay {
  border-right: 2px solid #22313F !important; }

.border-bottom-blue-ebonyclay {
  border-bottom: 2px solid #22313F !important; }

.border-left-blue-ebonyclay {
  border-left: 2px solid #22313F !important; }

label.border-blue-ebonyclay:hover {
  border-color: #344b60 !important; }

a.border-blue-ebonyclay:hover {
  border-color: #344b60 !important; }

/***
Blue Hoki
***/
/* Button */
.blue-hoki.btn {
  color: #FFFFFF;
  background-color: #67809F;
  border-color: ""; }
  .blue-hoki.btn:hover, .blue-hoki.btn:focus, .blue-hoki.btn:active, .blue-hoki.btn.active {
    color: #FFFFFF;
    background-color: #566c88; }
  .open .blue-hoki.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #566c88; }
  .blue-hoki.btn:active, .blue-hoki.btn.active {
    background-image: none; }
  .open .blue-hoki.btn.dropdown-toggle {
    background-image: none; }
  .blue-hoki.btn.disabled, .blue-hoki.btn.disabled:hover, .blue-hoki.btn.disabled:focus, .blue-hoki.btn.disabled:active, .blue-hoki.btn.disabled.active, .blue-hoki.btn[disabled], .blue-hoki.btn[disabled]:hover, .blue-hoki.btn[disabled]:focus, .blue-hoki.btn[disabled]:active, .blue-hoki.btn[disabled].active, fieldset[disabled] .blue-hoki.btn, fieldset[disabled] .blue-hoki.btn:hover, fieldset[disabled] .blue-hoki.btn:focus, fieldset[disabled] .blue-hoki.btn:active, fieldset[disabled] .blue-hoki.btn.active {
    background-color: #67809F; }
  .blue-hoki.btn.btn-ghost {
    color: #67809F;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #67809F;
    box-shadow: inset 0 0 0 1px #67809F;
    border-width: 0; }
    .blue-hoki.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .blue-hoki.btn.btn-ghost.btn-transparent.active, .blue-hoki.btn.btn-ghost.btn-transparent.open, .blue-hoki.btn.btn-ghost.btn-transparent:focus, .blue-hoki.btn.btn-ghost.btn-transparent:active {
        color: #67809F;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #67809F;
        box-shadow: inset 0 0 0 1px #67809F; }
    .blue-hoki.btn.btn-ghost.active, .blue-hoki.btn.btn-ghost.open, .blue-hoki.btn.btn-ghost:focus, .blue-hoki.btn.btn-ghost:active {
      color: #67809F;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #67809F;
      box-shadow: inset 0 0 0 1px #67809F; }
  .blue-hoki.btn.btn-ghost:hover {
    color: #526781;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #526781;
    box-shadow: inset 0 0 0 1px #526781; }
  .blue-hoki.btn .badge {
    color: #67809F;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.blue-hoki-stripe {
  border-left: 3px solid #67809F; }

/* Portlet */
.portlet > .portlet-body.blue-hoki,
.portlet.blue-hoki {
  background-color: #67809F; }

.portlet.solid.blue-hoki > .portlet-title,
.portlet.solid.blue-hoki > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.blue-hoki > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.blue-hoki {
  border: 1px solid #869ab3;
  border-top: 0; }
  .portlet.box.blue-hoki > .portlet-title {
    background-color: #67809F; }
    .portlet.box.blue-hoki > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.blue-hoki > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.blue-hoki > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #acb9ca;
      color: #bbc7d4; }
      .portlet.box.blue-hoki > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-hoki > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-hoki > .portlet-title > .actions .btn-default:active, .portlet.box.blue-hoki > .portlet-title > .actions .btn-default.active {
        border: 1px solid #cbd4de;
        color: #dbe1e8; }

/* Statistic Block */
.dashboard-stat.blue-hoki {
  background-color: #67809F; }
  .dashboard-stat.blue-hoki .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.blue-hoki .details .number {
    color: #FFFFFF; }
  .dashboard-stat.blue-hoki .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.blue-hoki .more {
    color: #FFFFFF;
    background-color: #5e7694; }

/* General Element */
.bg-blue-hoki {
  border-color: #67809F !important;
  background-image: none !important;
  background-color: #67809F !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-blue-hoki {
  color: #67809F !important; }

.font-blue-hoki-medium {
  color: #485b72 !important; }

.font-blue-hoki-dark {
  color: #2a3543 !important; }

.font-blue-hoki-light {
  color: #96a7bd !important; }

/* Colored Borders */
.border-blue-hoki {
  border: 2px solid #67809F !important;
  border-radius: 8px; }

.border-top-blue-hoki {
  border-top: 2px solid #67809F !important; }

.border-right-blue-hoki {
  border-right: 2px solid #67809F !important; }

.border-bottom-blue-hoki {
  border-bottom: 2px solid #67809F !important; }

.border-left-blue-hoki {
  border-left: 2px solid #67809F !important; }

label.border-blue-hoki:hover {
  border-color: #869ab3 !important; }

a.border-blue-hoki:hover {
  border-color: #869ab3 !important; }

/***
Blue Stell
***/
/* Button */
.blue-steel.btn {
  color: #FFFFFF;
  background-color: #4B77BE;
  border-color: ""; }
  .blue-steel.btn:hover, .blue-steel.btn:focus, .blue-steel.btn:active, .blue-steel.btn.active {
    color: #FFFFFF;
    background-color: #3b64a5; }
  .open .blue-steel.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #3b64a5; }
  .blue-steel.btn:active, .blue-steel.btn.active {
    background-image: none; }
  .open .blue-steel.btn.dropdown-toggle {
    background-image: none; }
  .blue-steel.btn.disabled, .blue-steel.btn.disabled:hover, .blue-steel.btn.disabled:focus, .blue-steel.btn.disabled:active, .blue-steel.btn.disabled.active, .blue-steel.btn[disabled], .blue-steel.btn[disabled]:hover, .blue-steel.btn[disabled]:focus, .blue-steel.btn[disabled]:active, .blue-steel.btn[disabled].active, fieldset[disabled] .blue-steel.btn, fieldset[disabled] .blue-steel.btn:hover, fieldset[disabled] .blue-steel.btn:focus, fieldset[disabled] .blue-steel.btn:active, fieldset[disabled] .blue-steel.btn.active {
    background-color: #4B77BE; }
  .blue-steel.btn.btn-ghost {
    color: #4B77BE;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #4B77BE;
    box-shadow: inset 0 0 0 1px #4B77BE;
    border-width: 0; }
    .blue-steel.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .blue-steel.btn.btn-ghost.btn-transparent.active, .blue-steel.btn.btn-ghost.btn-transparent.open, .blue-steel.btn.btn-ghost.btn-transparent:focus, .blue-steel.btn.btn-ghost.btn-transparent:active {
        color: #4B77BE;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #4B77BE;
        box-shadow: inset 0 0 0 1px #4B77BE; }
    .blue-steel.btn.btn-ghost.active, .blue-steel.btn.btn-ghost.open, .blue-steel.btn.btn-ghost:focus, .blue-steel.btn.btn-ghost:active {
      color: #4B77BE;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #4B77BE;
      box-shadow: inset 0 0 0 1px #4B77BE; }
  .blue-steel.btn.btn-ghost:hover {
    color: #395f9d;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #395f9d;
    box-shadow: inset 0 0 0 1px #395f9d; }
  .blue-steel.btn .badge {
    color: #4B77BE;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.blue-steel-stripe {
  border-left: 3px solid #4B77BE; }

/* Portlet */
.portlet > .portlet-body.blue-steel,
.portlet.blue-steel {
  background-color: #4B77BE; }

.portlet.solid.blue-steel > .portlet-title,
.portlet.solid.blue-steel > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.blue-steel > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.blue-steel {
  border: 1px solid #7093cc;
  border-top: 0; }
  .portlet.box.blue-steel > .portlet-title {
    background-color: #4B77BE; }
    .portlet.box.blue-steel > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.blue-steel > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.blue-steel > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #9db5dc;
      color: #b0c3e3; }
      .portlet.box.blue-steel > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-steel > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-steel > .portlet-title > .actions .btn-default:active, .portlet.box.blue-steel > .portlet-title > .actions .btn-default.active {
        border: 1px solid #c3d2e9;
        color: #d6e0f0; }

/* Statistic Block */
.dashboard-stat.blue-steel {
  background-color: #4B77BE; }
  .dashboard-stat.blue-steel .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.blue-steel .details .number {
    color: #FFFFFF; }
  .dashboard-stat.blue-steel .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.blue-steel .more {
    color: #FFFFFF;
    background-color: #416db4; }

/* General Element */
.bg-blue-steel {
  border-color: #4B77BE !important;
  background-image: none !important;
  background-color: #4B77BE !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-blue-steel {
  color: #4B77BE !important; }

.font-blue-steel-medium {
  color: #32548a !important; }

.font-blue-steel-dark {
  color: #1e3252 !important; }

.font-blue-steel-light {
  color: #83a1d2 !important; }

/* Colored Borders */
.border-blue-steel {
  border: 2px solid #4B77BE !important;
  border-radius: 8px; }

.border-top-blue-steel {
  border-top: 2px solid #4B77BE !important; }

.border-right-blue-steel {
  border-right: 2px solid #4B77BE !important; }

.border-bottom-blue-steel {
  border-bottom: 2px solid #4B77BE !important; }

.border-left-blue-steel {
  border-left: 2px solid #4B77BE !important; }

label.border-blue-steel:hover {
  border-color: #7093cc !important; }

a.border-blue-steel:hover {
  border-color: #7093cc !important; }

/***********
Green Colors
************/
/***
Green Default
***/
/* Button */
.green.btn {
  color: #FFFFFF;
  background-color: #35aa47;
  border-color: ""; }
  .green.btn:hover, .green.btn:focus, .green.btn:active, .green.btn.active {
    color: #FFFFFF;
    background-color: #2b8b3a; }
  .open .green.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #2b8b3a; }
  .green.btn:active, .green.btn.active {
    background-image: none; }
  .open .green.btn.dropdown-toggle {
    background-image: none; }
  .green.btn.disabled, .green.btn.disabled:hover, .green.btn.disabled:focus, .green.btn.disabled:active, .green.btn.disabled.active, .green.btn[disabled], .green.btn[disabled]:hover, .green.btn[disabled]:focus, .green.btn[disabled]:active, .green.btn[disabled].active, fieldset[disabled] .green.btn, fieldset[disabled] .green.btn:hover, fieldset[disabled] .green.btn:focus, fieldset[disabled] .green.btn:active, fieldset[disabled] .green.btn.active {
    background-color: #35aa47; }
  .green.btn.btn-ghost {
    color: #35aa47;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #35aa47;
    box-shadow: inset 0 0 0 1px #35aa47;
    border-width: 0; }
    .green.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .green.btn.btn-ghost.btn-transparent.active, .green.btn.btn-ghost.btn-transparent.open, .green.btn.btn-ghost.btn-transparent:focus, .green.btn.btn-ghost.btn-transparent:active {
        color: #35aa47;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #35aa47;
        box-shadow: inset 0 0 0 1px #35aa47; }
    .green.btn.btn-ghost.active, .green.btn.btn-ghost.open, .green.btn.btn-ghost:focus, .green.btn.btn-ghost:active {
      color: #35aa47;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #35aa47;
      box-shadow: inset 0 0 0 1px #35aa47; }
  .green.btn.btn-ghost:hover {
    color: #298337;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #298337;
    box-shadow: inset 0 0 0 1px #298337; }
  .green.btn .badge {
    color: #35aa47;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.green-stripe {
  border-left: 3px solid #35aa47; }

/* Portlet */
.portlet > .portlet-body.green,
.portlet.green {
  background-color: #35aa47; }

.portlet.solid.green > .portlet-title,
.portlet.solid.green > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.green > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.green {
  border: 1px solid #4bc75e;
  border-top: 0; }
  .portlet.box.green > .portlet-title {
    background-color: #35aa47; }
    .portlet.box.green > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.green > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.green > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #7ad588;
      color: #8ddc99; }
      .portlet.box.green > .portlet-title > .actions .btn-default:hover, .portlet.box.green > .portlet-title > .actions .btn-default:focus, .portlet.box.green > .portlet-title > .actions .btn-default:active, .portlet.box.green > .portlet-title > .actions .btn-default.active {
        border: 1px solid #a1e2ab;
        color: #b4e8bc; }

/* Statistic Block */
.dashboard-stat.green {
  background-color: #35aa47; }
  .dashboard-stat.green .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.green .details .number {
    color: #FFFFFF; }
  .dashboard-stat.green .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.green .more {
    color: #FFFFFF;
    background-color: #309a41; }

/* General Element */
.bg-green {
  border-color: #35aa47 !important;
  background-image: none !important;
  background-color: #35aa47 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-green {
  color: #35aa47 !important; }

.font-green-medium {
  color: #23702f !important; }

.font-green-dark {
  color: #113516 !important; }

.font-green-light {
  color: #5fcd70 !important; }

/* Colored Borders */
.border-green {
  border: 2px solid #35aa47 !important;
  border-radius: 8px; }

.border-top-green {
  border-top: 2px solid #35aa47 !important; }

.border-right-green {
  border-right: 2px solid #35aa47 !important; }

.border-bottom-green {
  border-bottom: 2px solid #35aa47 !important; }

.border-left-green {
  border-left: 2px solid #35aa47 !important; }

label.border-green:hover {
  border-color: #4bc75e !important; }

a.border-green:hover {
  border-color: #4bc75e !important; }

/***
Green Meadow
***/
/* Button */
.green-meadow.btn {
  color: #FFFFFF;
  background-color: #1BBC9B;
  border-color: ""; }
  .green-meadow.btn:hover, .green-meadow.btn:focus, .green-meadow.btn:active, .green-meadow.btn.active {
    color: #FFFFFF;
    background-color: #16987e; }
  .open .green-meadow.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #16987e; }
  .green-meadow.btn:active, .green-meadow.btn.active {
    background-image: none; }
  .open .green-meadow.btn.dropdown-toggle {
    background-image: none; }
  .green-meadow.btn.disabled, .green-meadow.btn.disabled:hover, .green-meadow.btn.disabled:focus, .green-meadow.btn.disabled:active, .green-meadow.btn.disabled.active, .green-meadow.btn[disabled], .green-meadow.btn[disabled]:hover, .green-meadow.btn[disabled]:focus, .green-meadow.btn[disabled]:active, .green-meadow.btn[disabled].active, fieldset[disabled] .green-meadow.btn, fieldset[disabled] .green-meadow.btn:hover, fieldset[disabled] .green-meadow.btn:focus, fieldset[disabled] .green-meadow.btn:active, fieldset[disabled] .green-meadow.btn.active {
    background-color: #1BBC9B; }
  .green-meadow.btn.btn-ghost {
    color: #1BBC9B;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #1BBC9B;
    box-shadow: inset 0 0 0 1px #1BBC9B;
    border-width: 0; }
    .green-meadow.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .green-meadow.btn.btn-ghost.btn-transparent.active, .green-meadow.btn.btn-ghost.btn-transparent.open, .green-meadow.btn.btn-ghost.btn-transparent:focus, .green-meadow.btn.btn-ghost.btn-transparent:active {
        color: #1BBC9B;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #1BBC9B;
        box-shadow: inset 0 0 0 1px #1BBC9B; }
    .green-meadow.btn.btn-ghost.active, .green-meadow.btn.btn-ghost.open, .green-meadow.btn.btn-ghost:focus, .green-meadow.btn.btn-ghost:active {
      color: #1BBC9B;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #1BBC9B;
      box-shadow: inset 0 0 0 1px #1BBC9B; }
  .green-meadow.btn.btn-ghost:hover {
    color: #158f76;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #158f76;
    box-shadow: inset 0 0 0 1px #158f76; }
  .green-meadow.btn .badge {
    color: #1BBC9B;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.green-meadow-stripe {
  border-left: 3px solid #1BBC9B; }

/* Portlet */
.portlet > .portlet-body.green-meadow,
.portlet.green-meadow {
  background-color: #1BBC9B; }

.portlet.solid.green-meadow > .portlet-title,
.portlet.solid.green-meadow > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.green-meadow > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.green-meadow {
  border: 1px solid #2ae0bb;
  border-top: 0; }
  .portlet.box.green-meadow > .portlet-title {
    background-color: #1BBC9B; }
    .portlet.box.green-meadow > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.green-meadow > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.green-meadow > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #5fe8cc;
      color: #75ebd3; }
      .portlet.box.green-meadow > .portlet-title > .actions .btn-default:hover, .portlet.box.green-meadow > .portlet-title > .actions .btn-default:focus, .portlet.box.green-meadow > .portlet-title > .actions .btn-default:active, .portlet.box.green-meadow > .portlet-title > .actions .btn-default.active {
        border: 1px solid #8ceeda;
        color: #a2f2e1; }

/* Statistic Block */
.dashboard-stat.green-meadow {
  background-color: #1BBC9B; }
  .dashboard-stat.green-meadow .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.green-meadow .details .number {
    color: #FFFFFF; }
  .dashboard-stat.green-meadow .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.green-meadow .more {
    color: #FFFFFF;
    background-color: #18aa8c; }

/* General Element */
.bg-green-meadow {
  border-color: #1BBC9B !important;
  background-image: none !important;
  background-color: #1BBC9B !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-green-meadow {
  color: #1BBC9B !important; }

.font-green-meadow-medium {
  color: #117964 !important; }

.font-green-meadow-dark {
  color: #08362d !important; }

.font-green-meadow-light {
  color: #40e4c2 !important; }

/* Colored Borders */
.border-green-meadow {
  border: 2px solid #1BBC9B !important;
  border-radius: 8px; }

.border-top-green-meadow {
  border-top: 2px solid #1BBC9B !important; }

.border-right-green-meadow {
  border-right: 2px solid #1BBC9B !important; }

.border-bottom-green-meadow {
  border-bottom: 2px solid #1BBC9B !important; }

.border-left-green-meadow {
  border-left: 2px solid #1BBC9B !important; }

label.border-green-meadow:hover {
  border-color: #2ae0bb !important; }

a.border-green-meadow:hover {
  border-color: #2ae0bb !important; }

/***
Green Seagreen
***/
/* Button */
.green-seagreen.btn {
  color: #FFFFFF;
  background-color: #1BA39C;
  border-color: ""; }
  .green-seagreen.btn:hover, .green-seagreen.btn:focus, .green-seagreen.btn:active, .green-seagreen.btn.active {
    color: #FFFFFF;
    background-color: #15807b; }
  .open .green-seagreen.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #15807b; }
  .green-seagreen.btn:active, .green-seagreen.btn.active {
    background-image: none; }
  .open .green-seagreen.btn.dropdown-toggle {
    background-image: none; }
  .green-seagreen.btn.disabled, .green-seagreen.btn.disabled:hover, .green-seagreen.btn.disabled:focus, .green-seagreen.btn.disabled:active, .green-seagreen.btn.disabled.active, .green-seagreen.btn[disabled], .green-seagreen.btn[disabled]:hover, .green-seagreen.btn[disabled]:focus, .green-seagreen.btn[disabled]:active, .green-seagreen.btn[disabled].active, fieldset[disabled] .green-seagreen.btn, fieldset[disabled] .green-seagreen.btn:hover, fieldset[disabled] .green-seagreen.btn:focus, fieldset[disabled] .green-seagreen.btn:active, fieldset[disabled] .green-seagreen.btn.active {
    background-color: #1BA39C; }
  .green-seagreen.btn.btn-ghost {
    color: #1BA39C;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #1BA39C;
    box-shadow: inset 0 0 0 1px #1BA39C;
    border-width: 0; }
    .green-seagreen.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .green-seagreen.btn.btn-ghost.btn-transparent.active, .green-seagreen.btn.btn-ghost.btn-transparent.open, .green-seagreen.btn.btn-ghost.btn-transparent:focus, .green-seagreen.btn.btn-ghost.btn-transparent:active {
        color: #1BA39C;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #1BA39C;
        box-shadow: inset 0 0 0 1px #1BA39C; }
    .green-seagreen.btn.btn-ghost.active, .green-seagreen.btn.btn-ghost.open, .green-seagreen.btn.btn-ghost:focus, .green-seagreen.btn.btn-ghost:active {
      color: #1BA39C;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #1BA39C;
      box-shadow: inset 0 0 0 1px #1BA39C; }
  .green-seagreen.btn.btn-ghost:hover {
    color: #147772;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #147772;
    box-shadow: inset 0 0 0 1px #147772; }
  .green-seagreen.btn .badge {
    color: #1BA39C;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.green-seagreen-stripe {
  border-left: 3px solid #1BA39C; }

/* Portlet */
.portlet > .portlet-body.green-seagreen,
.portlet.green-seagreen {
  background-color: #1BA39C; }

.portlet.solid.green-seagreen > .portlet-title,
.portlet.solid.green-seagreen > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.green-seagreen > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.green-seagreen {
  border: 1px solid #22cfc6;
  border-top: 0; }
  .portlet.box.green-seagreen > .portlet-title {
    background-color: #1BA39C; }
    .portlet.box.green-seagreen > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.green-seagreen > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.green-seagreen > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #4de1da;
      color: #63e5de; }
      .portlet.box.green-seagreen > .portlet-title > .actions .btn-default:hover, .portlet.box.green-seagreen > .portlet-title > .actions .btn-default:focus, .portlet.box.green-seagreen > .portlet-title > .actions .btn-default:active, .portlet.box.green-seagreen > .portlet-title > .actions .btn-default.active {
        border: 1px solid #78e9e3;
        color: #8eece8; }

/* Statistic Block */
.dashboard-stat.green-seagreen {
  background-color: #1BA39C; }
  .dashboard-stat.green-seagreen .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.green-seagreen .details .number {
    color: #FFFFFF; }
  .dashboard-stat.green-seagreen .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.green-seagreen .more {
    color: #FFFFFF;
    background-color: #18918b; }

/* General Element */
.bg-green-seagreen {
  border-color: #1BA39C !important;
  background-image: none !important;
  background-color: #1BA39C !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-green-seagreen {
  color: #1BA39C !important; }

.font-green-seagreen-medium {
  color: #10615d !important; }

.font-green-seagreen-dark {
  color: #05201e !important; }

.font-green-seagreen-light {
  color: #2edcd3 !important; }

/* Colored Borders */
.border-green-seagreen {
  border: 2px solid #1BA39C !important;
  border-radius: 8px; }

.border-top-green-seagreen {
  border-top: 2px solid #1BA39C !important; }

.border-right-green-seagreen {
  border-right: 2px solid #1BA39C !important; }

.border-bottom-green-seagreen {
  border-bottom: 2px solid #1BA39C !important; }

.border-left-green-seagreen {
  border-left: 2px solid #1BA39C !important; }

label.border-green-seagreen:hover {
  border-color: #22cfc6 !important; }

a.border-green-seagreen:hover {
  border-color: #22cfc6 !important; }

/***
Green Turquoise
***/
/* Button */
.green-turquoise.btn {
  color: #FFFFFF;
  background-color: #36D7B7;
  border-color: ""; }
  .green-turquoise.btn:hover, .green-turquoise.btn:focus, .green-turquoise.btn:active, .green-turquoise.btn.active {
    color: #FFFFFF;
    background-color: #26bea0; }
  .open .green-turquoise.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #26bea0; }
  .green-turquoise.btn:active, .green-turquoise.btn.active {
    background-image: none; }
  .open .green-turquoise.btn.dropdown-toggle {
    background-image: none; }
  .green-turquoise.btn.disabled, .green-turquoise.btn.disabled:hover, .green-turquoise.btn.disabled:focus, .green-turquoise.btn.disabled:active, .green-turquoise.btn.disabled.active, .green-turquoise.btn[disabled], .green-turquoise.btn[disabled]:hover, .green-turquoise.btn[disabled]:focus, .green-turquoise.btn[disabled]:active, .green-turquoise.btn[disabled].active, fieldset[disabled] .green-turquoise.btn, fieldset[disabled] .green-turquoise.btn:hover, fieldset[disabled] .green-turquoise.btn:focus, fieldset[disabled] .green-turquoise.btn:active, fieldset[disabled] .green-turquoise.btn.active {
    background-color: #36D7B7; }
  .green-turquoise.btn.btn-ghost {
    color: #36D7B7;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #36D7B7;
    box-shadow: inset 0 0 0 1px #36D7B7;
    border-width: 0; }
    .green-turquoise.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .green-turquoise.btn.btn-ghost.btn-transparent.active, .green-turquoise.btn.btn-ghost.btn-transparent.open, .green-turquoise.btn.btn-ghost.btn-transparent:focus, .green-turquoise.btn.btn-ghost.btn-transparent:active {
        color: #36D7B7;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #36D7B7;
        box-shadow: inset 0 0 0 1px #36D7B7; }
    .green-turquoise.btn.btn-ghost.active, .green-turquoise.btn.btn-ghost.open, .green-turquoise.btn.btn-ghost:focus, .green-turquoise.btn.btn-ghost:active {
      color: #36D7B7;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #36D7B7;
      box-shadow: inset 0 0 0 1px #36D7B7; }
  .green-turquoise.btn.btn-ghost:hover {
    color: #24b699;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #24b699;
    box-shadow: inset 0 0 0 1px #24b699; }
  .green-turquoise.btn .badge {
    color: #36D7B7;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.green-turquoise-stripe {
  border-left: 3px solid #36D7B7; }

/* Portlet */
.portlet > .portlet-body.green-turquoise,
.portlet.green-turquoise {
  background-color: #36D7B7; }

.portlet.solid.green-turquoise > .portlet-title,
.portlet.solid.green-turquoise > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.green-turquoise > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.green-turquoise {
  border: 1px solid #61dfc6;
  border-top: 0; }
  .portlet.box.green-turquoise > .portlet-title {
    background-color: #36D7B7; }
    .portlet.box.green-turquoise > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.green-turquoise > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.green-turquoise > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #94ead9;
      color: #a9eee0; }
      .portlet.box.green-turquoise > .portlet-title > .actions .btn-default:hover, .portlet.box.green-turquoise > .portlet-title > .actions .btn-default:focus, .portlet.box.green-turquoise > .portlet-title > .actions .btn-default:active, .portlet.box.green-turquoise > .portlet-title > .actions .btn-default.active {
        border: 1px solid #bef2e8;
        color: #d3f6ef; }

/* Statistic Block */
.dashboard-stat.green-turquoise {
  background-color: #36D7B7; }
  .dashboard-stat.green-turquoise .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.green-turquoise .details .number {
    color: #FFFFFF; }
  .dashboard-stat.green-turquoise .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.green-turquoise .more {
    color: #FFFFFF;
    background-color: #29cfae; }

/* General Element */
.bg-green-turquoise {
  border-color: #36D7B7 !important;
  background-image: none !important;
  background-color: #36D7B7 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-green-turquoise {
  color: #36D7B7 !important; }

.font-green-turquoise-medium {
  color: #20a187 !important; }

.font-green-turquoise-dark {
  color: #136151 !important; }

.font-green-turquoise-light {
  color: #76e4ce !important; }

/* Colored Borders */
.border-green-turquoise {
  border: 2px solid #36D7B7 !important;
  border-radius: 8px; }

.border-top-green-turquoise {
  border-top: 2px solid #36D7B7 !important; }

.border-right-green-turquoise {
  border-right: 2px solid #36D7B7 !important; }

.border-bottom-green-turquoise {
  border-bottom: 2px solid #36D7B7 !important; }

.border-left-green-turquoise {
  border-left: 2px solid #36D7B7 !important; }

label.border-green-turquoise:hover {
  border-color: #61dfc6 !important; }

a.border-green-turquoise:hover {
  border-color: #61dfc6 !important; }

/***
Green Haze
***/
/* Button */
.green-haze.btn {
  color: #FFFFFF;
  background-color: #44b6ae;
  border-color: ""; }
  .green-haze.btn:hover, .green-haze.btn:focus, .green-haze.btn:active, .green-haze.btn.active {
    color: #FFFFFF;
    background-color: #399892; }
  .open .green-haze.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #399892; }
  .green-haze.btn:active, .green-haze.btn.active {
    background-image: none; }
  .open .green-haze.btn.dropdown-toggle {
    background-image: none; }
  .green-haze.btn.disabled, .green-haze.btn.disabled:hover, .green-haze.btn.disabled:focus, .green-haze.btn.disabled:active, .green-haze.btn.disabled.active, .green-haze.btn[disabled], .green-haze.btn[disabled]:hover, .green-haze.btn[disabled]:focus, .green-haze.btn[disabled]:active, .green-haze.btn[disabled].active, fieldset[disabled] .green-haze.btn, fieldset[disabled] .green-haze.btn:hover, fieldset[disabled] .green-haze.btn:focus, fieldset[disabled] .green-haze.btn:active, fieldset[disabled] .green-haze.btn.active {
    background-color: #44b6ae; }
  .green-haze.btn.btn-ghost {
    color: #44b6ae;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #44b6ae;
    box-shadow: inset 0 0 0 1px #44b6ae;
    border-width: 0; }
    .green-haze.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .green-haze.btn.btn-ghost.btn-transparent.active, .green-haze.btn.btn-ghost.btn-transparent.open, .green-haze.btn.btn-ghost.btn-transparent:focus, .green-haze.btn.btn-ghost.btn-transparent:active {
        color: #44b6ae;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #44b6ae;
        box-shadow: inset 0 0 0 1px #44b6ae; }
    .green-haze.btn.btn-ghost.active, .green-haze.btn.btn-ghost.open, .green-haze.btn.btn-ghost:focus, .green-haze.btn.btn-ghost:active {
      color: #44b6ae;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #44b6ae;
      box-shadow: inset 0 0 0 1px #44b6ae; }
  .green-haze.btn.btn-ghost:hover {
    color: #36918b;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #36918b;
    box-shadow: inset 0 0 0 1px #36918b; }
  .green-haze.btn .badge {
    color: #44b6ae;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.green-haze-stripe {
  border-left: 3px solid #44b6ae; }

/* Portlet */
.portlet > .portlet-body.green-haze,
.portlet.green-haze {
  background-color: #44b6ae; }

.portlet.solid.green-haze > .portlet-title,
.portlet.solid.green-haze > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.green-haze > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.green-haze {
  border: 1px solid #67c6bf;
  border-top: 0; }
  .portlet.box.green-haze > .portlet-title {
    background-color: #44b6ae; }
    .portlet.box.green-haze > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.green-haze > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.green-haze > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #93d7d2;
      color: #a6deda; }
      .portlet.box.green-haze > .portlet-title > .actions .btn-default:hover, .portlet.box.green-haze > .portlet-title > .actions .btn-default:focus, .portlet.box.green-haze > .portlet-title > .actions .btn-default:active, .portlet.box.green-haze > .portlet-title > .actions .btn-default.active {
        border: 1px solid #b9e5e2;
        color: #cbece9; }

/* Statistic Block */
.dashboard-stat.green-haze {
  background-color: #44b6ae; }
  .dashboard-stat.green-haze .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.green-haze .details .number {
    color: #FFFFFF; }
  .dashboard-stat.green-haze .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.green-haze .more {
    color: #FFFFFF;
    background-color: #3ea7a0; }

/* General Element */
.bg-green-haze {
  border-color: #44b6ae !important;
  background-image: none !important;
  background-color: #44b6ae !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-green-haze {
  color: #44b6ae !important; }

.font-green-haze-medium {
  color: #2f7e79 !important; }

.font-green-haze-dark {
  color: #1a4744 !important; }

.font-green-haze-light {
  color: #79cdc7 !important; }

/* Colored Borders */
.border-green-haze {
  border: 2px solid #44b6ae !important;
  border-radius: 8px; }

.border-top-green-haze {
  border-top: 2px solid #44b6ae !important; }

.border-right-green-haze {
  border-right: 2px solid #44b6ae !important; }

.border-bottom-green-haze {
  border-bottom: 2px solid #44b6ae !important; }

.border-left-green-haze {
  border-left: 2px solid #44b6ae !important; }

label.border-green-haze:hover {
  border-color: #67c6bf !important; }

a.border-green-haze:hover {
  border-color: #67c6bf !important; }

/***
Green Jungle
***/
/* Button */
.green-jungle.btn {
  color: #FFFFFF;
  background-color: #26C281;
  border-color: ""; }
  .green-jungle.btn:hover, .green-jungle.btn:focus, .green-jungle.btn:active, .green-jungle.btn.active {
    color: #FFFFFF;
    background-color: #1fa06a; }
  .open .green-jungle.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1fa06a; }
  .green-jungle.btn:active, .green-jungle.btn.active {
    background-image: none; }
  .open .green-jungle.btn.dropdown-toggle {
    background-image: none; }
  .green-jungle.btn.disabled, .green-jungle.btn.disabled:hover, .green-jungle.btn.disabled:focus, .green-jungle.btn.disabled:active, .green-jungle.btn.disabled.active, .green-jungle.btn[disabled], .green-jungle.btn[disabled]:hover, .green-jungle.btn[disabled]:focus, .green-jungle.btn[disabled]:active, .green-jungle.btn[disabled].active, fieldset[disabled] .green-jungle.btn, fieldset[disabled] .green-jungle.btn:hover, fieldset[disabled] .green-jungle.btn:focus, fieldset[disabled] .green-jungle.btn:active, fieldset[disabled] .green-jungle.btn.active {
    background-color: #26C281; }
  .green-jungle.btn.btn-ghost {
    color: #26C281;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #26C281;
    box-shadow: inset 0 0 0 1px #26C281;
    border-width: 0; }
    .green-jungle.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .green-jungle.btn.btn-ghost.btn-transparent.active, .green-jungle.btn.btn-ghost.btn-transparent.open, .green-jungle.btn.btn-ghost.btn-transparent:focus, .green-jungle.btn.btn-ghost.btn-transparent:active {
        color: #26C281;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #26C281;
        box-shadow: inset 0 0 0 1px #26C281; }
    .green-jungle.btn.btn-ghost.active, .green-jungle.btn.btn-ghost.open, .green-jungle.btn.btn-ghost:focus, .green-jungle.btn.btn-ghost:active {
      color: #26C281;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #26C281;
      box-shadow: inset 0 0 0 1px #26C281; }
  .green-jungle.btn.btn-ghost:hover {
    color: #1e9765;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #1e9765;
    box-shadow: inset 0 0 0 1px #1e9765; }
  .green-jungle.btn .badge {
    color: #26C281;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.green-jungle-stripe {
  border-left: 3px solid #26C281; }

/* Portlet */
.portlet > .portlet-body.green-jungle,
.portlet.green-jungle {
  background-color: #26C281; }

.portlet.solid.green-jungle > .portlet-title,
.portlet.solid.green-jungle > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.green-jungle > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.green-jungle {
  border: 1px solid #41da9a;
  border-top: 0; }
  .portlet.box.green-jungle > .portlet-title {
    background-color: #26C281; }
    .portlet.box.green-jungle > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.green-jungle > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.green-jungle > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #74e4b5;
      color: #8ae8c1; }
      .portlet.box.green-jungle > .portlet-title > .actions .btn-default:hover, .portlet.box.green-jungle > .portlet-title > .actions .btn-default:focus, .portlet.box.green-jungle > .portlet-title > .actions .btn-default:active, .portlet.box.green-jungle > .portlet-title > .actions .btn-default.active {
        border: 1px solid #9feccc;
        color: #b4f0d7; }

/* Statistic Block */
.dashboard-stat.green-jungle {
  background-color: #26C281; }
  .dashboard-stat.green-jungle .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.green-jungle .details .number {
    color: #FFFFFF; }
  .dashboard-stat.green-jungle .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.green-jungle .more {
    color: #FFFFFF;
    background-color: #23b176; }

/* General Element */
.bg-green-jungle {
  border-color: #26C281 !important;
  background-image: none !important;
  background-color: #26C281 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-green-jungle {
  color: #26C281 !important; }

.font-green-jungle-medium {
  color: #198256 !important; }

.font-green-jungle-dark {
  color: #0d422c !important; }

.font-green-jungle-light {
  color: #57dea6 !important; }

/* Colored Borders */
.border-green-jungle {
  border: 2px solid #26C281 !important;
  border-radius: 8px; }

.border-top-green-jungle {
  border-top: 2px solid #26C281 !important; }

.border-right-green-jungle {
  border-right: 2px solid #26C281 !important; }

.border-bottom-green-jungle {
  border-bottom: 2px solid #26C281 !important; }

.border-left-green-jungle {
  border-left: 2px solid #26C281 !important; }

label.border-green-jungle:hover {
  border-color: #41da9a !important; }

a.border-green-jungle:hover {
  border-color: #41da9a !important; }

/***
Green Sharp
***/
/* Button */
.green-sharp.btn {
  color: #FFFFFF;
  background-color: #4DB3A2;
  border-color: ""; }
  .green-sharp.btn:hover, .green-sharp.btn:focus, .green-sharp.btn:active, .green-sharp.btn.active {
    color: #FFFFFF;
    background-color: #409788; }
  .open .green-sharp.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #409788; }
  .green-sharp.btn:active, .green-sharp.btn.active {
    background-image: none; }
  .open .green-sharp.btn.dropdown-toggle {
    background-image: none; }
  .green-sharp.btn.disabled, .green-sharp.btn.disabled:hover, .green-sharp.btn.disabled:focus, .green-sharp.btn.disabled:active, .green-sharp.btn.disabled.active, .green-sharp.btn[disabled], .green-sharp.btn[disabled]:hover, .green-sharp.btn[disabled]:focus, .green-sharp.btn[disabled]:active, .green-sharp.btn[disabled].active, fieldset[disabled] .green-sharp.btn, fieldset[disabled] .green-sharp.btn:hover, fieldset[disabled] .green-sharp.btn:focus, fieldset[disabled] .green-sharp.btn:active, fieldset[disabled] .green-sharp.btn.active {
    background-color: #4DB3A2; }
  .green-sharp.btn.btn-ghost {
    color: #4DB3A2;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #4DB3A2;
    box-shadow: inset 0 0 0 1px #4DB3A2;
    border-width: 0; }
    .green-sharp.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .green-sharp.btn.btn-ghost.btn-transparent.active, .green-sharp.btn.btn-ghost.btn-transparent.open, .green-sharp.btn.btn-ghost.btn-transparent:focus, .green-sharp.btn.btn-ghost.btn-transparent:active {
        color: #4DB3A2;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #4DB3A2;
        box-shadow: inset 0 0 0 1px #4DB3A2; }
    .green-sharp.btn.btn-ghost.active, .green-sharp.btn.btn-ghost.open, .green-sharp.btn.btn-ghost:focus, .green-sharp.btn.btn-ghost:active {
      color: #4DB3A2;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #4DB3A2;
      box-shadow: inset 0 0 0 1px #4DB3A2; }
  .green-sharp.btn.btn-ghost:hover {
    color: #3d9082;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #3d9082;
    box-shadow: inset 0 0 0 1px #3d9082; }
  .green-sharp.btn .badge {
    color: #4DB3A2;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.green-sharp-stripe {
  border-left: 3px solid #4DB3A2; }

/* Portlet */
.portlet > .portlet-body.green-sharp,
.portlet.green-sharp {
  background-color: #4DB3A2; }

.portlet.solid.green-sharp > .portlet-title,
.portlet.solid.green-sharp > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.green-sharp > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.green-sharp {
  border: 1px solid #71c2b5;
  border-top: 0; }
  .portlet.box.green-sharp > .portlet-title {
    background-color: #4DB3A2; }
    .portlet.box.green-sharp > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.green-sharp > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.green-sharp > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #9cd5cb;
      color: #addcd4; }
      .portlet.box.green-sharp > .portlet-title > .actions .btn-default:hover, .portlet.box.green-sharp > .portlet-title > .actions .btn-default:focus, .portlet.box.green-sharp > .portlet-title > .actions .btn-default:active, .portlet.box.green-sharp > .portlet-title > .actions .btn-default.active {
        border: 1px solid #bfe4de;
        color: #d1ebe7; }

/* Statistic Block */
.dashboard-stat.green-sharp {
  background-color: #4DB3A2; }
  .dashboard-stat.green-sharp .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.green-sharp .details .number {
    color: #FFFFFF; }
  .dashboard-stat.green-sharp .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.green-sharp .more {
    color: #FFFFFF;
    background-color: #46a595; }

/* General Element */
.bg-green-sharp {
  border-color: #4DB3A2 !important;
  background-image: none !important;
  background-color: #4DB3A2 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-green-sharp {
  color: #4DB3A2 !important; }

.font-green-sharp-medium {
  color: #367e72 !important; }

.font-green-sharp-dark {
  color: #1f4841 !important; }

.font-green-sharp-light {
  color: #83cabe !important; }

/* Colored Borders */
.border-green-sharp {
  border: 2px solid #4DB3A2 !important;
  border-radius: 8px; }

.border-top-green-sharp {
  border-top: 2px solid #4DB3A2 !important; }

.border-right-green-sharp {
  border-right: 2px solid #4DB3A2 !important; }

.border-bottom-green-sharp {
  border-bottom: 2px solid #4DB3A2 !important; }

.border-left-green-sharp {
  border-left: 2px solid #4DB3A2 !important; }

label.border-green-sharp:hover {
  border-color: #71c2b5 !important; }

a.border-green-sharp:hover {
  border-color: #71c2b5 !important; }

/***********
Grey Colors
************/
/***
Grey Default
***/
/* Button */
.grey.btn {
  color: #484b50;
  background-color: #E5E5E5;
  border-color: ""; }
  .grey.btn:hover, .grey.btn:focus, .grey.btn:active, .grey.btn.active {
    color: #484b50;
    background-color: #d1d1d1; }
  .open .grey.btn.dropdown-toggle {
    color: #484b50;
    background-color: #d1d1d1; }
  .grey.btn:active, .grey.btn.active {
    background-image: none; }
  .open .grey.btn.dropdown-toggle {
    background-image: none; }
  .grey.btn.disabled, .grey.btn.disabled:hover, .grey.btn.disabled:focus, .grey.btn.disabled:active, .grey.btn.disabled.active, .grey.btn[disabled], .grey.btn[disabled]:hover, .grey.btn[disabled]:focus, .grey.btn[disabled]:active, .grey.btn[disabled].active, fieldset[disabled] .grey.btn, fieldset[disabled] .grey.btn:hover, fieldset[disabled] .grey.btn:focus, fieldset[disabled] .grey.btn:active, fieldset[disabled] .grey.btn.active {
    background-color: #E5E5E5; }
  .grey.btn.btn-ghost {
    color: #E5E5E5;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #E5E5E5;
    box-shadow: inset 0 0 0 1px #E5E5E5;
    border-width: 0; }
    .grey.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .grey.btn.btn-ghost.btn-transparent.active, .grey.btn.btn-ghost.btn-transparent.open, .grey.btn.btn-ghost.btn-transparent:focus, .grey.btn.btn-ghost.btn-transparent:active {
        color: #E5E5E5;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #E5E5E5;
        box-shadow: inset 0 0 0 1px #E5E5E5; }
    .grey.btn.btn-ghost.active, .grey.btn.btn-ghost.open, .grey.btn.btn-ghost:focus, .grey.btn.btn-ghost:active {
      color: #E5E5E5;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #E5E5E5;
      box-shadow: inset 0 0 0 1px #E5E5E5; }
  .grey.btn.btn-ghost:hover {
    color: #cccccc;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #cccccc;
    box-shadow: inset 0 0 0 1px #cccccc; }
  .grey.btn .badge {
    color: #E5E5E5;
    background-color: #484b50; }

/* Button Strip */
.btn.grey-stripe {
  border-left: 3px solid #E5E5E5; }

/* Portlet */
.portlet > .portlet-body.grey,
.portlet.grey {
  background-color: #E5E5E5; }

.portlet.solid.grey > .portlet-title,
.portlet.solid.grey > .portlet-body {
  border: 0;
  color: #484b50; }
.portlet.solid.grey > .portlet-title > .caption > i {
  color: #484b50; }

.portlet.box.grey {
  border: 1px solid white;
  border-top: 0; }
  .portlet.box.grey > .portlet-title {
    background-color: #E5E5E5; }
    .portlet.box.grey > .portlet-title > .caption {
      color: #484b50; }
      .portlet.box.grey > .portlet-title > .caption > i {
        color: #484b50; }
    .portlet.box.grey > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid white;
      color: white; }
      .portlet.box.grey > .portlet-title > .actions .btn-default:hover, .portlet.box.grey > .portlet-title > .actions .btn-default:focus, .portlet.box.grey > .portlet-title > .actions .btn-default:active, .portlet.box.grey > .portlet-title > .actions .btn-default.active {
        border: 1px solid white;
        color: white; }

/* Statistic Block */
.dashboard-stat.grey {
  background-color: #E5E5E5; }
  .dashboard-stat.grey .visual > i {
    color: #484b50;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.grey .details .number {
    color: #484b50; }
  .dashboard-stat.grey .details .desc {
    color: #484b50;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.grey .more {
    color: #484b50;
    background-color: #dbdbdb; }

/* General Element */
.bg-grey {
  border-color: #E5E5E5 !important;
  background-image: none !important;
  background-color: #E5E5E5 !important;
  color: #484b50 !important; }

/* General Text & Icon Font Colors */
.font-grey {
  color: #E5E5E5 !important; }

.font-grey-medium {
  color: #bfbfbf !important; }

.font-grey-dark {
  color: #999999 !important; }

.font-grey-light {
  color: white !important; }

/* Colored Borders */
.border-grey {
  border: 2px solid #E5E5E5 !important;
  border-radius: 8px; }

.border-top-grey {
  border-top: 2px solid #E5E5E5 !important; }

.border-right-grey {
  border-right: 2px solid #E5E5E5 !important; }

.border-bottom-grey {
  border-bottom: 2px solid #E5E5E5 !important; }

.border-left-grey {
  border-left: 2px solid #E5E5E5 !important; }

label.border-grey:hover {
  border-color: white !important; }

a.border-grey:hover {
  border-color: white !important; }

/* Button */
.gray.btn {
  color: #484b50;
  background-color: #E5E5E5;
  border-color: ""; }
  .gray.btn:hover, .gray.btn:focus, .gray.btn:active, .gray.btn.active {
    color: #484b50;
    background-color: #d1d1d1; }
  .open .gray.btn.dropdown-toggle {
    color: #484b50;
    background-color: #d1d1d1; }
  .gray.btn:active, .gray.btn.active {
    background-image: none; }
  .open .gray.btn.dropdown-toggle {
    background-image: none; }
  .gray.btn.disabled, .gray.btn.disabled:hover, .gray.btn.disabled:focus, .gray.btn.disabled:active, .gray.btn.disabled.active, .gray.btn[disabled], .gray.btn[disabled]:hover, .gray.btn[disabled]:focus, .gray.btn[disabled]:active, .gray.btn[disabled].active, fieldset[disabled] .gray.btn, fieldset[disabled] .gray.btn:hover, fieldset[disabled] .gray.btn:focus, fieldset[disabled] .gray.btn:active, fieldset[disabled] .gray.btn.active {
    background-color: #E5E5E5; }
  .gray.btn.btn-ghost {
    color: #E5E5E5;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #E5E5E5;
    box-shadow: inset 0 0 0 1px #E5E5E5;
    border-width: 0; }
    .gray.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .gray.btn.btn-ghost.btn-transparent.active, .gray.btn.btn-ghost.btn-transparent.open, .gray.btn.btn-ghost.btn-transparent:focus, .gray.btn.btn-ghost.btn-transparent:active {
        color: #E5E5E5;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #E5E5E5;
        box-shadow: inset 0 0 0 1px #E5E5E5; }
    .gray.btn.btn-ghost.active, .gray.btn.btn-ghost.open, .gray.btn.btn-ghost:focus, .gray.btn.btn-ghost:active {
      color: #E5E5E5;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #E5E5E5;
      box-shadow: inset 0 0 0 1px #E5E5E5; }
  .gray.btn.btn-ghost:hover {
    color: #cccccc;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #cccccc;
    box-shadow: inset 0 0 0 1px #cccccc; }
  .gray.btn .badge {
    color: #E5E5E5;
    background-color: #484b50; }

/* Button Strip */
.btn.gray-stripe {
  border-left: 3px solid #E5E5E5; }

/* Portlet */
.portlet > .portlet-body.gray,
.portlet.gray {
  background-color: #E5E5E5; }

.portlet.solid.gray > .portlet-title,
.portlet.solid.gray > .portlet-body {
  border: 0;
  color: #484b50; }
.portlet.solid.gray > .portlet-title > .caption > i {
  color: #484b50; }

.portlet.box.gray {
  border: 1px solid white;
  border-top: 0; }
  .portlet.box.gray > .portlet-title {
    background-color: #E5E5E5; }
    .portlet.box.gray > .portlet-title > .caption {
      color: #484b50; }
      .portlet.box.gray > .portlet-title > .caption > i {
        color: #484b50; }
    .portlet.box.gray > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid white;
      color: white; }
      .portlet.box.gray > .portlet-title > .actions .btn-default:hover, .portlet.box.gray > .portlet-title > .actions .btn-default:focus, .portlet.box.gray > .portlet-title > .actions .btn-default:active, .portlet.box.gray > .portlet-title > .actions .btn-default.active {
        border: 1px solid white;
        color: white; }

/* Statistic Block */
.dashboard-stat.gray {
  background-color: #E5E5E5; }
  .dashboard-stat.gray .visual > i {
    color: #484b50;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.gray .details .number {
    color: #484b50; }
  .dashboard-stat.gray .details .desc {
    color: #484b50;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.gray .more {
    color: #484b50;
    background-color: #dbdbdb; }

/* General Element */
.bg-gray {
  border-color: #E5E5E5 !important;
  background-image: none !important;
  background-color: #E5E5E5 !important;
  color: #484b50 !important; }

/* General Text & Icon Font Colors */
.font-gray {
  color: #E5E5E5 !important; }

.font-gray-medium {
  color: #bfbfbf !important; }

.font-gray-dark {
  color: #999999 !important; }

.font-gray-light {
  color: white !important; }

/* Colored Borders */
.border-gray {
  border: 2px solid #E5E5E5 !important;
  border-radius: 8px; }

.border-top-gray {
  border-top: 2px solid #E5E5E5 !important; }

.border-right-gray {
  border-right: 2px solid #E5E5E5 !important; }

.border-bottom-gray {
  border-bottom: 2px solid #E5E5E5 !important; }

.border-left-gray {
  border-left: 2px solid #E5E5E5 !important; }

label.border-gray:hover {
  border-color: white !important; }

a.border-gray:hover {
  border-color: white !important; }

/***
Grey Steel
***/
/* Button */
.grey-steel.btn {
  color: #80898e;
  background-color: #e9edef;
  border-color: ""; }
  .grey-steel.btn:hover, .grey-steel.btn:focus, .grey-steel.btn:active, .grey-steel.btn.active {
    color: #80898e;
    background-color: #d1dade; }
  .open .grey-steel.btn.dropdown-toggle {
    color: #80898e;
    background-color: #d1dade; }
  .grey-steel.btn:active, .grey-steel.btn.active {
    background-image: none; }
  .open .grey-steel.btn.dropdown-toggle {
    background-image: none; }
  .grey-steel.btn.disabled, .grey-steel.btn.disabled:hover, .grey-steel.btn.disabled:focus, .grey-steel.btn.disabled:active, .grey-steel.btn.disabled.active, .grey-steel.btn[disabled], .grey-steel.btn[disabled]:hover, .grey-steel.btn[disabled]:focus, .grey-steel.btn[disabled]:active, .grey-steel.btn[disabled].active, fieldset[disabled] .grey-steel.btn, fieldset[disabled] .grey-steel.btn:hover, fieldset[disabled] .grey-steel.btn:focus, fieldset[disabled] .grey-steel.btn:active, fieldset[disabled] .grey-steel.btn.active {
    background-color: #e9edef; }
  .grey-steel.btn.btn-ghost {
    color: #e9edef;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #e9edef;
    box-shadow: inset 0 0 0 1px #e9edef;
    border-width: 0; }
    .grey-steel.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .grey-steel.btn.btn-ghost.btn-transparent.active, .grey-steel.btn.btn-ghost.btn-transparent.open, .grey-steel.btn.btn-ghost.btn-transparent:focus, .grey-steel.btn.btn-ghost.btn-transparent:active {
        color: #e9edef;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #e9edef;
        box-shadow: inset 0 0 0 1px #e9edef; }
    .grey-steel.btn.btn-ghost.active, .grey-steel.btn.btn-ghost.open, .grey-steel.btn.btn-ghost:focus, .grey-steel.btn.btn-ghost:active {
      color: #e9edef;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #e9edef;
      box-shadow: inset 0 0 0 1px #e9edef; }
  .grey-steel.btn.btn-ghost:hover {
    color: #cbd5da;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #cbd5da;
    box-shadow: inset 0 0 0 1px #cbd5da; }
  .grey-steel.btn .badge {
    color: #e9edef;
    background-color: #80898e; }

/* Button Strip */
.btn.grey-steel-stripe {
  border-left: 3px solid #e9edef; }

/* Portlet */
.portlet > .portlet-body.grey-steel,
.portlet.grey-steel {
  background-color: #e9edef; }

.portlet.solid.grey-steel > .portlet-title,
.portlet.solid.grey-steel > .portlet-body {
  border: 0;
  color: #80898e; }
.portlet.solid.grey-steel > .portlet-title > .caption > i {
  color: #80898e; }

.portlet.box.grey-steel {
  border: 1px solid white;
  border-top: 0; }
  .portlet.box.grey-steel > .portlet-title {
    background-color: #e9edef; }
    .portlet.box.grey-steel > .portlet-title > .caption {
      color: #80898e; }
      .portlet.box.grey-steel > .portlet-title > .caption > i {
        color: #80898e; }
    .portlet.box.grey-steel > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid white;
      color: white; }
      .portlet.box.grey-steel > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-steel > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-steel > .portlet-title > .actions .btn-default:active, .portlet.box.grey-steel > .portlet-title > .actions .btn-default.active {
        border: 1px solid white;
        color: white; }

/* Statistic Block */
.dashboard-stat.grey-steel {
  background-color: #e9edef; }
  .dashboard-stat.grey-steel .visual > i {
    color: #80898e;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.grey-steel .details .number {
    color: #80898e; }
  .dashboard-stat.grey-steel .details .desc {
    color: #80898e;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.grey-steel .more {
    color: #80898e;
    background-color: #dde3e6; }

/* General Element */
.bg-grey-steel {
  border-color: #e9edef !important;
  background-image: none !important;
  background-color: #e9edef !important;
  color: #80898e !important; }

/* General Text & Icon Font Colors */
.font-grey-steel {
  color: #e9edef !important; }

.font-grey-steel-medium {
  color: #bdc9cf !important; }

.font-grey-steel-dark {
  color: #90a5af !important; }

.font-grey-steel-light {
  color: white !important; }

/* Colored Borders */
.border-grey-steel {
  border: 2px solid #e9edef !important;
  border-radius: 8px; }

.border-top-grey-steel {
  border-top: 2px solid #e9edef !important; }

.border-right-grey-steel {
  border-right: 2px solid #e9edef !important; }

.border-bottom-grey-steel {
  border-bottom: 2px solid #e9edef !important; }

.border-left-grey-steel {
  border-left: 2px solid #e9edef !important; }

label.border-grey-steel:hover {
  border-color: white !important; }

a.border-grey-steel:hover {
  border-color: white !important; }

/***
Grey Cararra
***/
/* Button */
.grey-cararra.btn {
  color: #484b50;
  background-color: #fafafa;
  border-color: ""; }
  .grey-cararra.btn:hover, .grey-cararra.btn:focus, .grey-cararra.btn:active, .grey-cararra.btn.active {
    color: #484b50;
    background-color: #e6e6e6; }
  .open .grey-cararra.btn.dropdown-toggle {
    color: #484b50;
    background-color: #e6e6e6; }
  .grey-cararra.btn:active, .grey-cararra.btn.active {
    background-image: none; }
  .open .grey-cararra.btn.dropdown-toggle {
    background-image: none; }
  .grey-cararra.btn.disabled, .grey-cararra.btn.disabled:hover, .grey-cararra.btn.disabled:focus, .grey-cararra.btn.disabled:active, .grey-cararra.btn.disabled.active, .grey-cararra.btn[disabled], .grey-cararra.btn[disabled]:hover, .grey-cararra.btn[disabled]:focus, .grey-cararra.btn[disabled]:active, .grey-cararra.btn[disabled].active, fieldset[disabled] .grey-cararra.btn, fieldset[disabled] .grey-cararra.btn:hover, fieldset[disabled] .grey-cararra.btn:focus, fieldset[disabled] .grey-cararra.btn:active, fieldset[disabled] .grey-cararra.btn.active {
    background-color: #fafafa; }
  .grey-cararra.btn.btn-ghost {
    color: #fafafa;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #fafafa;
    box-shadow: inset 0 0 0 1px #fafafa;
    border-width: 0; }
    .grey-cararra.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .grey-cararra.btn.btn-ghost.btn-transparent.active, .grey-cararra.btn.btn-ghost.btn-transparent.open, .grey-cararra.btn.btn-ghost.btn-transparent:focus, .grey-cararra.btn.btn-ghost.btn-transparent:active {
        color: #fafafa;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #fafafa;
        box-shadow: inset 0 0 0 1px #fafafa; }
    .grey-cararra.btn.btn-ghost.active, .grey-cararra.btn.btn-ghost.open, .grey-cararra.btn.btn-ghost:focus, .grey-cararra.btn.btn-ghost:active {
      color: #fafafa;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #fafafa;
      box-shadow: inset 0 0 0 1px #fafafa; }
  .grey-cararra.btn.btn-ghost:hover {
    color: #e1e1e1;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
    box-shadow: inset 0 0 0 1px #e1e1e1; }
  .grey-cararra.btn .badge {
    color: #fafafa;
    background-color: #484b50; }

/* Button Strip */
.btn.grey-cararra-stripe {
  border-left: 3px solid #fafafa; }

/* Portlet */
.portlet > .portlet-body.grey-cararra,
.portlet.grey-cararra {
  background-color: #fafafa; }

.portlet.solid.grey-cararra > .portlet-title,
.portlet.solid.grey-cararra > .portlet-body {
  border: 0;
  color: #484b50; }
.portlet.solid.grey-cararra > .portlet-title > .caption > i {
  color: #484b50; }

.portlet.box.grey-cararra {
  border: 1px solid white;
  border-top: 0; }
  .portlet.box.grey-cararra > .portlet-title {
    background-color: #fafafa; }
    .portlet.box.grey-cararra > .portlet-title > .caption {
      color: #484b50; }
      .portlet.box.grey-cararra > .portlet-title > .caption > i {
        color: #484b50; }
    .portlet.box.grey-cararra > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid white;
      color: white; }
      .portlet.box.grey-cararra > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-cararra > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-cararra > .portlet-title > .actions .btn-default:active, .portlet.box.grey-cararra > .portlet-title > .actions .btn-default.active {
        border: 1px solid white;
        color: white; }

/* Statistic Block */
.dashboard-stat.grey-cararra {
  background-color: #fafafa; }
  .dashboard-stat.grey-cararra .visual > i {
    color: #484b50;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.grey-cararra .details .number {
    color: #484b50; }
  .dashboard-stat.grey-cararra .details .desc {
    color: #484b50;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.grey-cararra .more {
    color: #484b50;
    background-color: #f0f0f0; }

/* General Element */
.bg-grey-cararra {
  border-color: #fafafa !important;
  background-image: none !important;
  background-color: #fafafa !important;
  color: #484b50 !important; }

/* General Text & Icon Font Colors */
.font-grey-cararra {
  color: #fafafa !important; }

.font-grey-cararra-medium {
  color: #d4d4d4 !important; }

.font-grey-cararra-dark {
  color: #adadad !important; }

.font-grey-cararra-light {
  color: white !important; }

/* Colored Borders */
.border-grey-cararra {
  border: 2px solid #fafafa !important;
  border-radius: 8px; }

.border-top-grey-cararra {
  border-top: 2px solid #fafafa !important; }

.border-right-grey-cararra {
  border-right: 2px solid #fafafa !important; }

.border-bottom-grey-cararra {
  border-bottom: 2px solid #fafafa !important; }

.border-left-grey-cararra {
  border-left: 2px solid #fafafa !important; }

label.border-grey-cararra:hover {
  border-color: white !important; }

a.border-grey-cararra:hover {
  border-color: white !important; }

/***
Grey Gallery
***/
/* Button */
.grey-gallery.btn {
  color: #ffffff;
  background-color: #555555;
  border-color: ""; }
  .grey-gallery.btn:hover, .grey-gallery.btn:focus, .grey-gallery.btn:active, .grey-gallery.btn.active {
    color: #ffffff;
    background-color: #414141; }
  .open .grey-gallery.btn.dropdown-toggle {
    color: #ffffff;
    background-color: #414141; }
  .grey-gallery.btn:active, .grey-gallery.btn.active {
    background-image: none; }
  .open .grey-gallery.btn.dropdown-toggle {
    background-image: none; }
  .grey-gallery.btn.disabled, .grey-gallery.btn.disabled:hover, .grey-gallery.btn.disabled:focus, .grey-gallery.btn.disabled:active, .grey-gallery.btn.disabled.active, .grey-gallery.btn[disabled], .grey-gallery.btn[disabled]:hover, .grey-gallery.btn[disabled]:focus, .grey-gallery.btn[disabled]:active, .grey-gallery.btn[disabled].active, fieldset[disabled] .grey-gallery.btn, fieldset[disabled] .grey-gallery.btn:hover, fieldset[disabled] .grey-gallery.btn:focus, fieldset[disabled] .grey-gallery.btn:active, fieldset[disabled] .grey-gallery.btn.active {
    background-color: #555555; }
  .grey-gallery.btn.btn-ghost {
    color: #555555;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #555555;
    box-shadow: inset 0 0 0 1px #555555;
    border-width: 0; }
    .grey-gallery.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .grey-gallery.btn.btn-ghost.btn-transparent.active, .grey-gallery.btn.btn-ghost.btn-transparent.open, .grey-gallery.btn.btn-ghost.btn-transparent:focus, .grey-gallery.btn.btn-ghost.btn-transparent:active {
        color: #555555;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #555555;
        box-shadow: inset 0 0 0 1px #555555; }
    .grey-gallery.btn.btn-ghost.active, .grey-gallery.btn.btn-ghost.open, .grey-gallery.btn.btn-ghost:focus, .grey-gallery.btn.btn-ghost:active {
      color: #555555;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #555555;
      box-shadow: inset 0 0 0 1px #555555; }
  .grey-gallery.btn.btn-ghost:hover {
    color: #3b3b3b;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #3b3b3b;
    box-shadow: inset 0 0 0 1px #3b3b3b; }
  .grey-gallery.btn .badge {
    color: #555555;
    background-color: #ffffff; }

/* Button Strip */
.btn.grey-gallery-stripe {
  border-left: 3px solid #555555; }

/* Portlet */
.portlet > .portlet-body.grey-gallery,
.portlet.grey-gallery {
  background-color: #555555; }

.portlet.solid.grey-gallery > .portlet-title,
.portlet.solid.grey-gallery > .portlet-body {
  border: 0;
  color: #ffffff; }
.portlet.solid.grey-gallery > .portlet-title > .caption > i {
  color: #ffffff; }

.portlet.box.grey-gallery {
  border: 1px solid #6e6e6e;
  border-top: 0; }
  .portlet.box.grey-gallery > .portlet-title {
    background-color: #555555; }
    .portlet.box.grey-gallery > .portlet-title > .caption {
      color: #ffffff; }
      .portlet.box.grey-gallery > .portlet-title > .caption > i {
        color: #ffffff; }
    .portlet.box.grey-gallery > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #8d8d8d;
      color: #9a9a9a; }
      .portlet.box.grey-gallery > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-gallery > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-gallery > .portlet-title > .actions .btn-default:active, .portlet.box.grey-gallery > .portlet-title > .actions .btn-default.active {
        border: 1px solid #a7a7a7;
        color: #b3b3b3; }

/* Statistic Block */
.dashboard-stat.grey-gallery {
  background-color: #555555; }
  .dashboard-stat.grey-gallery .visual > i {
    color: #ffffff;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.grey-gallery .details .number {
    color: #ffffff; }
  .dashboard-stat.grey-gallery .details .desc {
    color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.grey-gallery .more {
    color: #ffffff;
    background-color: #4b4b4b; }

/* General Element */
.bg-grey-gallery {
  border-color: #555555 !important;
  background-image: none !important;
  background-color: #555555 !important;
  color: #ffffff !important; }

/* General Text & Icon Font Colors */
.font-grey-gallery {
  color: #555555 !important; }

.font-grey-gallery-medium {
  color: #2f2f2f !important; }

.font-grey-gallery-dark {
  color: #080808 !important; }

.font-grey-gallery-light {
  color: #7b7b7b !important; }

/* Colored Borders */
.border-grey-gallery {
  border: 2px solid #555555 !important;
  border-radius: 8px; }

.border-top-grey-gallery {
  border-top: 2px solid #555555 !important; }

.border-right-grey-gallery {
  border-right: 2px solid #555555 !important; }

.border-bottom-grey-gallery {
  border-bottom: 2px solid #555555 !important; }

.border-left-grey-gallery {
  border-left: 2px solid #555555 !important; }

label.border-grey-gallery:hover {
  border-color: #6e6e6e !important; }

a.border-grey-gallery:hover {
  border-color: #6e6e6e !important; }

/***
Grey Cascade
***/
/* Button */
.grey-cascade.btn {
  color: #FFFFFF;
  background-color: #95A5A6;
  border-color: ""; }
  .grey-cascade.btn:hover, .grey-cascade.btn:focus, .grey-cascade.btn:active, .grey-cascade.btn.active {
    color: #FFFFFF;
    background-color: #7f9293; }
  .open .grey-cascade.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #7f9293; }
  .grey-cascade.btn:active, .grey-cascade.btn.active {
    background-image: none; }
  .open .grey-cascade.btn.dropdown-toggle {
    background-image: none; }
  .grey-cascade.btn.disabled, .grey-cascade.btn.disabled:hover, .grey-cascade.btn.disabled:focus, .grey-cascade.btn.disabled:active, .grey-cascade.btn.disabled.active, .grey-cascade.btn[disabled], .grey-cascade.btn[disabled]:hover, .grey-cascade.btn[disabled]:focus, .grey-cascade.btn[disabled]:active, .grey-cascade.btn[disabled].active, fieldset[disabled] .grey-cascade.btn, fieldset[disabled] .grey-cascade.btn:hover, fieldset[disabled] .grey-cascade.btn:focus, fieldset[disabled] .grey-cascade.btn:active, fieldset[disabled] .grey-cascade.btn.active {
    background-color: #95A5A6; }
  .grey-cascade.btn.btn-ghost {
    color: #95A5A6;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #95A5A6;
    box-shadow: inset 0 0 0 1px #95A5A6;
    border-width: 0; }
    .grey-cascade.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .grey-cascade.btn.btn-ghost.btn-transparent.active, .grey-cascade.btn.btn-ghost.btn-transparent.open, .grey-cascade.btn.btn-ghost.btn-transparent:focus, .grey-cascade.btn.btn-ghost.btn-transparent:active {
        color: #95A5A6;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #95A5A6;
        box-shadow: inset 0 0 0 1px #95A5A6; }
    .grey-cascade.btn.btn-ghost.active, .grey-cascade.btn.btn-ghost.open, .grey-cascade.btn.btn-ghost:focus, .grey-cascade.btn.btn-ghost:active {
      color: #95A5A6;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #95A5A6;
      box-shadow: inset 0 0 0 1px #95A5A6; }
  .grey-cascade.btn.btn-ghost:hover {
    color: #798d8f;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #798d8f;
    box-shadow: inset 0 0 0 1px #798d8f; }
  .grey-cascade.btn .badge {
    color: #95A5A6;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.grey-cascade-stripe {
  border-left: 3px solid #95A5A6; }

/* Portlet */
.portlet > .portlet-body.grey-cascade,
.portlet.grey-cascade {
  background-color: #95A5A6; }

.portlet.solid.grey-cascade > .portlet-title,
.portlet.solid.grey-cascade > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.grey-cascade > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.grey-cascade {
  border: 1px solid #b1bdbd;
  border-top: 0; }
  .portlet.box.grey-cascade > .portlet-title {
    background-color: #95A5A6; }
    .portlet.box.grey-cascade > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.grey-cascade > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.grey-cascade > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #d2d9d9;
      color: #e0e5e5; }
      .portlet.box.grey-cascade > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-cascade > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-cascade > .portlet-title > .actions .btn-default:active, .portlet.box.grey-cascade > .portlet-title > .actions .btn-default.active {
        border: 1px solid #eef0f0;
        color: #fcfcfc; }

/* Statistic Block */
.dashboard-stat.grey-cascade {
  background-color: #95A5A6; }
  .dashboard-stat.grey-cascade .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.grey-cascade .details .number {
    color: #FFFFFF; }
  .dashboard-stat.grey-cascade .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.grey-cascade .more {
    color: #FFFFFF;
    background-color: #8a9c9d; }

/* General Element */
.bg-grey-cascade {
  border-color: #95A5A6 !important;
  background-image: none !important;
  background-color: #95A5A6 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-grey-cascade {
  color: #95A5A6 !important; }

.font-grey-cascade-medium {
  color: #6d8082 !important; }

.font-grey-cascade-dark {
  color: #4a5758 !important; }

.font-grey-cascade-light {
  color: #bfc8c9 !important; }

/* Colored Borders */
.border-grey-cascade {
  border: 2px solid #95A5A6 !important;
  border-radius: 8px; }

.border-top-grey-cascade {
  border-top: 2px solid #95A5A6 !important; }

.border-right-grey-cascade {
  border-right: 2px solid #95A5A6 !important; }

.border-bottom-grey-cascade {
  border-bottom: 2px solid #95A5A6 !important; }

.border-left-grey-cascade {
  border-left: 2px solid #95A5A6 !important; }

label.border-grey-cascade:hover {
  border-color: #b1bdbd !important; }

a.border-grey-cascade:hover {
  border-color: #b1bdbd !important; }

/***
Grey Silver
***/
/* Button */
.grey-silver.btn {
  color: #FAFCFB;
  background-color: #BFBFBF;
  border-color: ""; }
  .grey-silver.btn:hover, .grey-silver.btn:focus, .grey-silver.btn:active, .grey-silver.btn.active {
    color: #FAFCFB;
    background-color: #ababab; }
  .open .grey-silver.btn.dropdown-toggle {
    color: #FAFCFB;
    background-color: #ababab; }
  .grey-silver.btn:active, .grey-silver.btn.active {
    background-image: none; }
  .open .grey-silver.btn.dropdown-toggle {
    background-image: none; }
  .grey-silver.btn.disabled, .grey-silver.btn.disabled:hover, .grey-silver.btn.disabled:focus, .grey-silver.btn.disabled:active, .grey-silver.btn.disabled.active, .grey-silver.btn[disabled], .grey-silver.btn[disabled]:hover, .grey-silver.btn[disabled]:focus, .grey-silver.btn[disabled]:active, .grey-silver.btn[disabled].active, fieldset[disabled] .grey-silver.btn, fieldset[disabled] .grey-silver.btn:hover, fieldset[disabled] .grey-silver.btn:focus, fieldset[disabled] .grey-silver.btn:active, fieldset[disabled] .grey-silver.btn.active {
    background-color: #BFBFBF; }
  .grey-silver.btn.btn-ghost {
    color: #BFBFBF;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #BFBFBF;
    box-shadow: inset 0 0 0 1px #BFBFBF;
    border-width: 0; }
    .grey-silver.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .grey-silver.btn.btn-ghost.btn-transparent.active, .grey-silver.btn.btn-ghost.btn-transparent.open, .grey-silver.btn.btn-ghost.btn-transparent:focus, .grey-silver.btn.btn-ghost.btn-transparent:active {
        color: #BFBFBF;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #BFBFBF;
        box-shadow: inset 0 0 0 1px #BFBFBF; }
    .grey-silver.btn.btn-ghost.active, .grey-silver.btn.btn-ghost.open, .grey-silver.btn.btn-ghost:focus, .grey-silver.btn.btn-ghost:active {
      color: #BFBFBF;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #BFBFBF;
      box-shadow: inset 0 0 0 1px #BFBFBF; }
  .grey-silver.btn.btn-ghost:hover {
    color: #a6a6a6;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #a6a6a6;
    box-shadow: inset 0 0 0 1px #a6a6a6; }
  .grey-silver.btn .badge {
    color: #BFBFBF;
    background-color: #FAFCFB; }

/* Button Strip */
.btn.grey-silver-stripe {
  border-left: 3px solid #BFBFBF; }

/* Portlet */
.portlet > .portlet-body.grey-silver,
.portlet.grey-silver {
  background-color: #BFBFBF; }

.portlet.solid.grey-silver > .portlet-title,
.portlet.solid.grey-silver > .portlet-body {
  border: 0;
  color: #FAFCFB; }
.portlet.solid.grey-silver > .portlet-title > .caption > i {
  color: #FAFCFB; }

.portlet.box.grey-silver {
  border: 1px solid #d9d9d9;
  border-top: 0; }
  .portlet.box.grey-silver > .portlet-title {
    background-color: #BFBFBF; }
    .portlet.box.grey-silver > .portlet-title > .caption {
      color: #FAFCFB; }
      .portlet.box.grey-silver > .portlet-title > .caption > i {
        color: #FAFCFB; }
    .portlet.box.grey-silver > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #f7f7f7;
      color: white; }
      .portlet.box.grey-silver > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-silver > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-silver > .portlet-title > .actions .btn-default:active, .portlet.box.grey-silver > .portlet-title > .actions .btn-default.active {
        border: 1px solid white;
        color: white; }

/* Statistic Block */
.dashboard-stat.grey-silver {
  background-color: #BFBFBF; }
  .dashboard-stat.grey-silver .visual > i {
    color: #FAFCFB;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.grey-silver .details .number {
    color: #FAFCFB; }
  .dashboard-stat.grey-silver .details .desc {
    color: #FAFCFB;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.grey-silver .more {
    color: #FAFCFB;
    background-color: #b5b5b5; }

/* General Element */
.bg-grey-silver {
  border-color: #BFBFBF !important;
  background-image: none !important;
  background-color: #BFBFBF !important;
  color: #FAFCFB !important; }

/* General Text & Icon Font Colors */
.font-grey-silver {
  color: #BFBFBF !important; }

.font-grey-silver-medium {
  color: #999999 !important; }

.font-grey-silver-dark {
  color: #737373 !important; }

.font-grey-silver-light {
  color: #e5e5e5 !important; }

/* Colored Borders */
.border-grey-silver {
  border: 2px solid #BFBFBF !important;
  border-radius: 8px; }

.border-top-grey-silver {
  border-top: 2px solid #BFBFBF !important; }

.border-right-grey-silver {
  border-right: 2px solid #BFBFBF !important; }

.border-bottom-grey-silver {
  border-bottom: 2px solid #BFBFBF !important; }

.border-left-grey-silver {
  border-left: 2px solid #BFBFBF !important; }

label.border-grey-silver:hover {
  border-color: #d9d9d9 !important; }

a.border-grey-silver:hover {
  border-color: #d9d9d9 !important; }

/***
Grey Salsa
***/
/* Button */
.grey-salsa.btn {
  color: #FAFCFB;
  background-color: #ACB5C3;
  border-color: ""; }
  .grey-salsa.btn:hover, .grey-salsa.btn:focus, .grey-salsa.btn:active, .grey-salsa.btn.active {
    color: #FAFCFB;
    background-color: #94a0b2; }
  .open .grey-salsa.btn.dropdown-toggle {
    color: #FAFCFB;
    background-color: #94a0b2; }
  .grey-salsa.btn:active, .grey-salsa.btn.active {
    background-image: none; }
  .open .grey-salsa.btn.dropdown-toggle {
    background-image: none; }
  .grey-salsa.btn.disabled, .grey-salsa.btn.disabled:hover, .grey-salsa.btn.disabled:focus, .grey-salsa.btn.disabled:active, .grey-salsa.btn.disabled.active, .grey-salsa.btn[disabled], .grey-salsa.btn[disabled]:hover, .grey-salsa.btn[disabled]:focus, .grey-salsa.btn[disabled]:active, .grey-salsa.btn[disabled].active, fieldset[disabled] .grey-salsa.btn, fieldset[disabled] .grey-salsa.btn:hover, fieldset[disabled] .grey-salsa.btn:focus, fieldset[disabled] .grey-salsa.btn:active, fieldset[disabled] .grey-salsa.btn.active {
    background-color: #ACB5C3; }
  .grey-salsa.btn.btn-ghost {
    color: #ACB5C3;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #ACB5C3;
    box-shadow: inset 0 0 0 1px #ACB5C3;
    border-width: 0; }
    .grey-salsa.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .grey-salsa.btn.btn-ghost.btn-transparent.active, .grey-salsa.btn.btn-ghost.btn-transparent.open, .grey-salsa.btn.btn-ghost.btn-transparent:focus, .grey-salsa.btn.btn-ghost.btn-transparent:active {
        color: #ACB5C3;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #ACB5C3;
        box-shadow: inset 0 0 0 1px #ACB5C3; }
    .grey-salsa.btn.btn-ghost.active, .grey-salsa.btn.btn-ghost.open, .grey-salsa.btn.btn-ghost:focus, .grey-salsa.btn.btn-ghost:active {
      color: #ACB5C3;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #ACB5C3;
      box-shadow: inset 0 0 0 1px #ACB5C3; }
  .grey-salsa.btn.btn-ghost:hover {
    color: #8e9bae;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #8e9bae;
    box-shadow: inset 0 0 0 1px #8e9bae; }
  .grey-salsa.btn .badge {
    color: #ACB5C3;
    background-color: #FAFCFB; }

/* Button Strip */
.btn.grey-salsa-stripe {
  border-left: 3px solid #ACB5C3; }

/* Portlet */
.portlet > .portlet-body.grey-salsa,
.portlet.grey-salsa {
  background-color: #ACB5C3; }

.portlet.solid.grey-salsa > .portlet-title,
.portlet.solid.grey-salsa > .portlet-body {
  border: 0;
  color: #FAFCFB; }
.portlet.solid.grey-salsa > .portlet-title > .caption > i {
  color: #FAFCFB; }

.portlet.box.grey-salsa {
  border: 1px solid #cacfd8;
  border-top: 0; }
  .portlet.box.grey-salsa > .portlet-title {
    background-color: #ACB5C3; }
    .portlet.box.grey-salsa > .portlet-title > .caption {
      color: #FAFCFB; }
      .portlet.box.grey-salsa > .portlet-title > .caption > i {
        color: #FAFCFB; }
    .portlet.box.grey-salsa > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #edeff2;
      color: #fcfcfd; }
      .portlet.box.grey-salsa > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-salsa > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-salsa > .portlet-title > .actions .btn-default:active, .portlet.box.grey-salsa > .portlet-title > .actions .btn-default.active {
        border: 1px solid white;
        color: white; }

/* Statistic Block */
.dashboard-stat.grey-salsa {
  background-color: #ACB5C3; }
  .dashboard-stat.grey-salsa .visual > i {
    color: #FAFCFB;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.grey-salsa .details .number {
    color: #FAFCFB; }
  .dashboard-stat.grey-salsa .details .desc {
    color: #FAFCFB;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.grey-salsa .more {
    color: #FAFCFB;
    background-color: #a0aaba; }

/* General Element */
.bg-grey-salsa {
  border-color: #ACB5C3 !important;
  background-image: none !important;
  background-color: #ACB5C3 !important;
  color: #FAFCFB !important; }

/* General Text & Icon Font Colors */
.font-grey-salsa {
  color: #ACB5C3 !important; }

.font-grey-salsa-medium {
  color: #808da3 !important; }

.font-grey-salsa-dark {
  color: #5a677c !important; }

.font-grey-salsa-light {
  color: #d8dde3 !important; }

/* Colored Borders */
.border-grey-salsa {
  border: 2px solid #ACB5C3 !important;
  border-radius: 8px; }

.border-top-grey-salsa {
  border-top: 2px solid #ACB5C3 !important; }

.border-right-grey-salsa {
  border-right: 2px solid #ACB5C3 !important; }

.border-bottom-grey-salsa {
  border-bottom: 2px solid #ACB5C3 !important; }

.border-left-grey-salsa {
  border-left: 2px solid #ACB5C3 !important; }

label.border-grey-salsa:hover {
  border-color: #cacfd8 !important; }

a.border-grey-salsa:hover {
  border-color: #cacfd8 !important; }

/***********
Red Colors
************/
/***
Red Default
***/
/* Button */
.red.btn {
  color: #FFFFFF;
  background-color: #d84a38;
  border-color: ""; }
  .red.btn:hover, .red.btn:focus, .red.btn:active, .red.btn.active {
    color: #FFFFFF;
    background-color: #c13726; }
  .open .red.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #c13726; }
  .red.btn:active, .red.btn.active {
    background-image: none; }
  .open .red.btn.dropdown-toggle {
    background-image: none; }
  .red.btn.disabled, .red.btn.disabled:hover, .red.btn.disabled:focus, .red.btn.disabled:active, .red.btn.disabled.active, .red.btn[disabled], .red.btn[disabled]:hover, .red.btn[disabled]:focus, .red.btn[disabled]:active, .red.btn[disabled].active, fieldset[disabled] .red.btn, fieldset[disabled] .red.btn:hover, fieldset[disabled] .red.btn:focus, fieldset[disabled] .red.btn:active, fieldset[disabled] .red.btn.active {
    background-color: #d84a38; }
  .red.btn.btn-ghost {
    color: #d84a38;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #d84a38;
    box-shadow: inset 0 0 0 1px #d84a38;
    border-width: 0; }
    .red.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .red.btn.btn-ghost.btn-transparent.active, .red.btn.btn-ghost.btn-transparent.open, .red.btn.btn-ghost.btn-transparent:focus, .red.btn.btn-ghost.btn-transparent:active {
        color: #d84a38;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #d84a38;
        box-shadow: inset 0 0 0 1px #d84a38; }
    .red.btn.btn-ghost.active, .red.btn.btn-ghost.open, .red.btn.btn-ghost:focus, .red.btn.btn-ghost:active {
      color: #d84a38;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #d84a38;
      box-shadow: inset 0 0 0 1px #d84a38; }
  .red.btn.btn-ghost:hover {
    color: #b93524;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #b93524;
    box-shadow: inset 0 0 0 1px #b93524; }
  .red.btn .badge {
    color: #d84a38;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.red-stripe {
  border-left: 3px solid #d84a38; }

/* Portlet */
.portlet > .portlet-body.red,
.portlet.red {
  background-color: #d84a38; }

.portlet.solid.red > .portlet-title,
.portlet.solid.red > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.red > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.red {
  border: 1px solid #e07163;
  border-top: 0; }
  .portlet.box.red > .portlet-title {
    background-color: #d84a38; }
    .portlet.box.red > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.red > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.red > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #ea9f96;
      color: #efb3ab; }
      .portlet.box.red > .portlet-title > .actions .btn-default:hover, .portlet.box.red > .portlet-title > .actions .btn-default:focus, .portlet.box.red > .portlet-title > .actions .btn-default:active, .portlet.box.red > .portlet-title > .actions .btn-default.active {
        border: 1px solid #f3c6c0;
        color: #f7dad6; }

/* Statistic Block */
.dashboard-stat.red {
  background-color: #d84a38; }
  .dashboard-stat.red .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.red .details .number {
    color: #FFFFFF; }
  .dashboard-stat.red .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.red .more {
    color: #FFFFFF;
    background-color: #d23c29; }

/* General Element */
.bg-red {
  border-color: #d84a38 !important;
  background-image: none !important;
  background-color: #d84a38 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-red {
  color: #d84a38 !important; }

.font-red-medium {
  color: #a32f20 !important; }

.font-red-dark {
  color: #641d14 !important; }

.font-red-light {
  color: #e58478 !important; }

/* Colored Borders */
.border-red {
  border: 2px solid #d84a38 !important;
  border-radius: 8px; }

.border-top-red {
  border-top: 2px solid #d84a38 !important; }

.border-right-red {
  border-right: 2px solid #d84a38 !important; }

.border-bottom-red {
  border-bottom: 2px solid #d84a38 !important; }

.border-left-red {
  border-left: 2px solid #d84a38 !important; }

label.border-red:hover {
  border-color: #e07163 !important; }

a.border-red:hover {
  border-color: #e07163 !important; }

/***
Red Pink
***/
/* Button */
.red-pink.btn {
  color: #FFFFFF;
  background-color: #E08283;
  border-color: ""; }
  .red-pink.btn:hover, .red-pink.btn:focus, .red-pink.btn:active, .red-pink.btn.active {
    color: #FFFFFF;
    background-color: #d86163; }
  .open .red-pink.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #d86163; }
  .red-pink.btn:active, .red-pink.btn.active {
    background-image: none; }
  .open .red-pink.btn.dropdown-toggle {
    background-image: none; }
  .red-pink.btn.disabled, .red-pink.btn.disabled:hover, .red-pink.btn.disabled:focus, .red-pink.btn.disabled:active, .red-pink.btn.disabled.active, .red-pink.btn[disabled], .red-pink.btn[disabled]:hover, .red-pink.btn[disabled]:focus, .red-pink.btn[disabled]:active, .red-pink.btn[disabled].active, fieldset[disabled] .red-pink.btn, fieldset[disabled] .red-pink.btn:hover, fieldset[disabled] .red-pink.btn:focus, fieldset[disabled] .red-pink.btn:active, fieldset[disabled] .red-pink.btn.active {
    background-color: #E08283; }
  .red-pink.btn.btn-ghost {
    color: #E08283;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #E08283;
    box-shadow: inset 0 0 0 1px #E08283;
    border-width: 0; }
    .red-pink.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .red-pink.btn.btn-ghost.btn-transparent.active, .red-pink.btn.btn-ghost.btn-transparent.open, .red-pink.btn.btn-ghost.btn-transparent:focus, .red-pink.btn.btn-ghost.btn-transparent:active {
        color: #E08283;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #E08283;
        box-shadow: inset 0 0 0 1px #E08283; }
    .red-pink.btn.btn-ghost.active, .red-pink.btn.btn-ghost.open, .red-pink.btn.btn-ghost:focus, .red-pink.btn.btn-ghost:active {
      color: #E08283;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #E08283;
      box-shadow: inset 0 0 0 1px #E08283; }
  .red-pink.btn.btn-ghost:hover {
    color: #d6595a;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #d6595a;
    box-shadow: inset 0 0 0 1px #d6595a; }
  .red-pink.btn .badge {
    color: #E08283;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.red-pink-stripe {
  border-left: 3px solid #E08283; }

/* Portlet */
.portlet > .portlet-body.red-pink,
.portlet.red-pink {
  background-color: #E08283; }

.portlet.solid.red-pink > .portlet-title,
.portlet.solid.red-pink > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.red-pink > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.red-pink {
  border: 1px solid #eaabac;
  border-top: 0; }
  .portlet.box.red-pink > .portlet-title {
    background-color: #E08283; }
    .portlet.box.red-pink > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.red-pink > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.red-pink > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #f6dcdc;
      color: #fbf0f0; }
      .portlet.box.red-pink > .portlet-title > .actions .btn-default:hover, .portlet.box.red-pink > .portlet-title > .actions .btn-default:focus, .portlet.box.red-pink > .portlet-title > .actions .btn-default:active, .portlet.box.red-pink > .portlet-title > .actions .btn-default.active {
        border: 1px solid white;
        color: white; }

/* Statistic Block */
.dashboard-stat.red-pink {
  background-color: #E08283; }
  .dashboard-stat.red-pink .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.red-pink .details .number {
    color: #FFFFFF; }
  .dashboard-stat.red-pink .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.red-pink .more {
    color: #FFFFFF;
    background-color: #dc7273; }

/* General Element */
.bg-red-pink {
  border-color: #E08283 !important;
  background-image: none !important;
  background-color: #E08283 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-red-pink {
  color: #E08283 !important; }

.font-red-pink-medium {
  color: #d14546 !important; }

.font-red-pink-dark {
  color: #a12829 !important; }

.font-red-pink-light {
  color: #efbfc0 !important; }

/* Colored Borders */
.border-red-pink {
  border: 2px solid #E08283 !important;
  border-radius: 8px; }

.border-top-red-pink {
  border-top: 2px solid #E08283 !important; }

.border-right-red-pink {
  border-right: 2px solid #E08283 !important; }

.border-bottom-red-pink {
  border-bottom: 2px solid #E08283 !important; }

.border-left-red-pink {
  border-left: 2px solid #E08283 !important; }

label.border-red-pink:hover {
  border-color: #eaabac !important; }

a.border-red-pink:hover {
  border-color: #eaabac !important; }

/***
Red Sunglo
***/
/* Button */
.red-sunglo.btn {
  color: #FFFFFF;
  background-color: #E26A6A;
  border-color: ""; }
  .red-sunglo.btn:hover, .red-sunglo.btn:focus, .red-sunglo.btn:active, .red-sunglo.btn.active {
    color: #FFFFFF;
    background-color: #db4848; }
  .open .red-sunglo.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #db4848; }
  .red-sunglo.btn:active, .red-sunglo.btn.active {
    background-image: none; }
  .open .red-sunglo.btn.dropdown-toggle {
    background-image: none; }
  .red-sunglo.btn.disabled, .red-sunglo.btn.disabled:hover, .red-sunglo.btn.disabled:focus, .red-sunglo.btn.disabled:active, .red-sunglo.btn.disabled.active, .red-sunglo.btn[disabled], .red-sunglo.btn[disabled]:hover, .red-sunglo.btn[disabled]:focus, .red-sunglo.btn[disabled]:active, .red-sunglo.btn[disabled].active, fieldset[disabled] .red-sunglo.btn, fieldset[disabled] .red-sunglo.btn:hover, fieldset[disabled] .red-sunglo.btn:focus, fieldset[disabled] .red-sunglo.btn:active, fieldset[disabled] .red-sunglo.btn.active {
    background-color: #E26A6A; }
  .red-sunglo.btn.btn-ghost {
    color: #E26A6A;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #E26A6A;
    box-shadow: inset 0 0 0 1px #E26A6A;
    border-width: 0; }
    .red-sunglo.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .red-sunglo.btn.btn-ghost.btn-transparent.active, .red-sunglo.btn.btn-ghost.btn-transparent.open, .red-sunglo.btn.btn-ghost.btn-transparent:focus, .red-sunglo.btn.btn-ghost.btn-transparent:active {
        color: #E26A6A;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #E26A6A;
        box-shadow: inset 0 0 0 1px #E26A6A; }
    .red-sunglo.btn.btn-ghost.active, .red-sunglo.btn.btn-ghost.open, .red-sunglo.btn.btn-ghost:focus, .red-sunglo.btn.btn-ghost:active {
      color: #E26A6A;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #E26A6A;
      box-shadow: inset 0 0 0 1px #E26A6A; }
  .red-sunglo.btn.btn-ghost:hover {
    color: #da3f3f;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #da3f3f;
    box-shadow: inset 0 0 0 1px #da3f3f; }
  .red-sunglo.btn .badge {
    color: #E26A6A;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.red-sunglo-stripe {
  border-left: 3px solid #E26A6A; }

/* Portlet */
.portlet > .portlet-body.red-sunglo,
.portlet.red-sunglo {
  background-color: #E26A6A; }

.portlet.solid.red-sunglo > .portlet-title,
.portlet.solid.red-sunglo > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.red-sunglo > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.red-sunglo {
  border: 1px solid #ea9595;
  border-top: 0; }
  .portlet.box.red-sunglo > .portlet-title {
    background-color: #E26A6A; }
    .portlet.box.red-sunglo > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.red-sunglo > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.red-sunglo > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #f4c8c8;
      color: #f8dddd; }
      .portlet.box.red-sunglo > .portlet-title > .actions .btn-default:hover, .portlet.box.red-sunglo > .portlet-title > .actions .btn-default:focus, .portlet.box.red-sunglo > .portlet-title > .actions .btn-default:active, .portlet.box.red-sunglo > .portlet-title > .actions .btn-default.active {
        border: 1px solid #fdf3f3;
        color: white; }

/* Statistic Block */
.dashboard-stat.red-sunglo {
  background-color: #E26A6A; }
  .dashboard-stat.red-sunglo .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.red-sunglo .details .number {
    color: #FFFFFF; }
  .dashboard-stat.red-sunglo .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.red-sunglo .more {
    color: #FFFFFF;
    background-color: #df5959; }

/* General Element */
.bg-red-sunglo {
  border-color: #E26A6A !important;
  background-image: none !important;
  background-color: #E26A6A !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-red-sunglo {
  color: #E26A6A !important; }

.font-red-sunglo-medium {
  color: #d62a2a !important; }

.font-red-sunglo-dark {
  color: #961d1d !important; }

.font-red-sunglo-light {
  color: #eeaaaa !important; }

/* Colored Borders */
.border-red-sunglo {
  border: 2px solid #E26A6A !important;
  border-radius: 8px; }

.border-top-red-sunglo {
  border-top: 2px solid #E26A6A !important; }

.border-right-red-sunglo {
  border-right: 2px solid #E26A6A !important; }

.border-bottom-red-sunglo {
  border-bottom: 2px solid #E26A6A !important; }

.border-left-red-sunglo {
  border-left: 2px solid #E26A6A !important; }

label.border-red-sunglo:hover {
  border-color: #ea9595 !important; }

a.border-red-sunglo:hover {
  border-color: #ea9595 !important; }

/***
Red Intense
***/
/* Button */
.red-intense.btn {
  color: #FFFFFF;
  background-color: #e35b5a;
  border-color: ""; }
  .red-intense.btn:hover, .red-intense.btn:focus, .red-intense.btn:active, .red-intense.btn.active {
    color: #FFFFFF;
    background-color: #dd3837; }
  .open .red-intense.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #dd3837; }
  .red-intense.btn:active, .red-intense.btn.active {
    background-image: none; }
  .open .red-intense.btn.dropdown-toggle {
    background-image: none; }
  .red-intense.btn.disabled, .red-intense.btn.disabled:hover, .red-intense.btn.disabled:focus, .red-intense.btn.disabled:active, .red-intense.btn.disabled.active, .red-intense.btn[disabled], .red-intense.btn[disabled]:hover, .red-intense.btn[disabled]:focus, .red-intense.btn[disabled]:active, .red-intense.btn[disabled].active, fieldset[disabled] .red-intense.btn, fieldset[disabled] .red-intense.btn:hover, fieldset[disabled] .red-intense.btn:focus, fieldset[disabled] .red-intense.btn:active, fieldset[disabled] .red-intense.btn.active {
    background-color: #e35b5a; }
  .red-intense.btn.btn-ghost {
    color: #e35b5a;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #e35b5a;
    box-shadow: inset 0 0 0 1px #e35b5a;
    border-width: 0; }
    .red-intense.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .red-intense.btn.btn-ghost.btn-transparent.active, .red-intense.btn.btn-ghost.btn-transparent.open, .red-intense.btn.btn-ghost.btn-transparent:focus, .red-intense.btn.btn-ghost.btn-transparent:active {
        color: #e35b5a;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #e35b5a;
        box-shadow: inset 0 0 0 1px #e35b5a; }
    .red-intense.btn.btn-ghost.active, .red-intense.btn.btn-ghost.open, .red-intense.btn.btn-ghost:focus, .red-intense.btn.btn-ghost:active {
      color: #e35b5a;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #e35b5a;
      box-shadow: inset 0 0 0 1px #e35b5a; }
  .red-intense.btn.btn-ghost:hover {
    color: #dc302e;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #dc302e;
    box-shadow: inset 0 0 0 1px #dc302e; }
  .red-intense.btn .badge {
    color: #e35b5a;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.red-intense-stripe {
  border-left: 3px solid #e35b5a; }

/* Portlet */
.portlet > .portlet-body.red-intense,
.portlet.red-intense {
  background-color: #e35b5a; }

.portlet.solid.red-intense > .portlet-title,
.portlet.solid.red-intense > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.red-intense > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.red-intense {
  border: 1px solid #ea8686;
  border-top: 0; }
  .portlet.box.red-intense > .portlet-title {
    background-color: #e35b5a; }
    .portlet.box.red-intense > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.red-intense > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.red-intense > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #f3baba;
      color: #f7d0d0; }
      .portlet.box.red-intense > .portlet-title > .actions .btn-default:hover, .portlet.box.red-intense > .portlet-title > .actions .btn-default:focus, .portlet.box.red-intense > .portlet-title > .actions .btn-default:active, .portlet.box.red-intense > .portlet-title > .actions .btn-default.active {
        border: 1px solid #fbe6e6;
        color: #fefbfb; }

/* Statistic Block */
.dashboard-stat.red-intense {
  background-color: #e35b5a; }
  .dashboard-stat.red-intense .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.red-intense .details .number {
    color: #FFFFFF; }
  .dashboard-stat.red-intense .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.red-intense .more {
    color: #FFFFFF;
    background-color: #e04a49; }

/* General Element */
.bg-red-intense {
  border-color: #e35b5a !important;
  background-image: none !important;
  background-color: #e35b5a !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-red-intense {
  color: #e35b5a !important; }

.font-red-intense-medium {
  color: #ce2423 !important; }

.font-red-intense-dark {
  color: #8c1918 !important; }

.font-red-intense-light {
  color: #ee9c9b !important; }

/* Colored Borders */
.border-red-intense {
  border: 2px solid #e35b5a !important;
  border-radius: 8px; }

.border-top-red-intense {
  border-top: 2px solid #e35b5a !important; }

.border-right-red-intense {
  border-right: 2px solid #e35b5a !important; }

.border-bottom-red-intense {
  border-bottom: 2px solid #e35b5a !important; }

.border-left-red-intense {
  border-left: 2px solid #e35b5a !important; }

label.border-red-intense:hover {
  border-color: #ea8686 !important; }

a.border-red-intense:hover {
  border-color: #ea8686 !important; }

/***
Red Thunderbird
***/
/* Button */
.red-thunderbird.btn {
  color: #FFFFFF;
  background-color: #D91E18;
  border-color: ""; }
  .red-thunderbird.btn:hover, .red-thunderbird.btn:focus, .red-thunderbird.btn:active, .red-thunderbird.btn.active {
    color: #FFFFFF;
    background-color: #b41914; }
  .open .red-thunderbird.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b41914; }
  .red-thunderbird.btn:active, .red-thunderbird.btn.active {
    background-image: none; }
  .open .red-thunderbird.btn.dropdown-toggle {
    background-image: none; }
  .red-thunderbird.btn.disabled, .red-thunderbird.btn.disabled:hover, .red-thunderbird.btn.disabled:focus, .red-thunderbird.btn.disabled:active, .red-thunderbird.btn.disabled.active, .red-thunderbird.btn[disabled], .red-thunderbird.btn[disabled]:hover, .red-thunderbird.btn[disabled]:focus, .red-thunderbird.btn[disabled]:active, .red-thunderbird.btn[disabled].active, fieldset[disabled] .red-thunderbird.btn, fieldset[disabled] .red-thunderbird.btn:hover, fieldset[disabled] .red-thunderbird.btn:focus, fieldset[disabled] .red-thunderbird.btn:active, fieldset[disabled] .red-thunderbird.btn.active {
    background-color: #D91E18; }
  .red-thunderbird.btn.btn-ghost {
    color: #D91E18;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #D91E18;
    box-shadow: inset 0 0 0 1px #D91E18;
    border-width: 0; }
    .red-thunderbird.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .red-thunderbird.btn.btn-ghost.btn-transparent.active, .red-thunderbird.btn.btn-ghost.btn-transparent.open, .red-thunderbird.btn.btn-ghost.btn-transparent:focus, .red-thunderbird.btn.btn-ghost.btn-transparent:active {
        color: #D91E18;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #D91E18;
        box-shadow: inset 0 0 0 1px #D91E18; }
    .red-thunderbird.btn.btn-ghost.active, .red-thunderbird.btn.btn-ghost.open, .red-thunderbird.btn.btn-ghost:focus, .red-thunderbird.btn.btn-ghost:active {
      color: #D91E18;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #D91E18;
      box-shadow: inset 0 0 0 1px #D91E18; }
  .red-thunderbird.btn.btn-ghost:hover {
    color: #ab1813;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #ab1813;
    box-shadow: inset 0 0 0 1px #ab1813; }
  .red-thunderbird.btn .badge {
    color: #D91E18;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.red-thunderbird-stripe {
  border-left: 3px solid #D91E18; }

/* Portlet */
.portlet > .portlet-body.red-thunderbird,
.portlet.red-thunderbird {
  background-color: #D91E18; }

.portlet.solid.red-thunderbird > .portlet-title,
.portlet.solid.red-thunderbird > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.red-thunderbird > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.red-thunderbird {
  border: 1px solid #e9403b;
  border-top: 0; }
  .portlet.box.red-thunderbird > .portlet-title {
    background-color: #D91E18; }
    .portlet.box.red-thunderbird > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.red-thunderbird > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.red-thunderbird > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #ef7672;
      color: #f28c89; }
      .portlet.box.red-thunderbird > .portlet-title > .actions .btn-default:hover, .portlet.box.red-thunderbird > .portlet-title > .actions .btn-default:focus, .portlet.box.red-thunderbird > .portlet-title > .actions .btn-default:active, .portlet.box.red-thunderbird > .portlet-title > .actions .btn-default.active {
        border: 1px solid #f4a2a0;
        color: #f7b9b7; }

/* Statistic Block */
.dashboard-stat.red-thunderbird {
  background-color: #D91E18; }
  .dashboard-stat.red-thunderbird .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.red-thunderbird .details .number {
    color: #FFFFFF; }
  .dashboard-stat.red-thunderbird .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.red-thunderbird .more {
    color: #FFFFFF;
    background-color: #c71b16; }

/* General Element */
.bg-red-thunderbird {
  border-color: #D91E18 !important;
  background-image: none !important;
  background-color: #D91E18 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-red-thunderbird {
  color: #D91E18 !important; }

.font-red-thunderbird-medium {
  color: #941410 !important; }

.font-red-thunderbird-dark {
  color: #4f0b09 !important; }

.font-red-thunderbird-light {
  color: #ec5652 !important; }

/* Colored Borders */
.border-red-thunderbird {
  border: 2px solid #D91E18 !important;
  border-radius: 8px; }

.border-top-red-thunderbird {
  border-top: 2px solid #D91E18 !important; }

.border-right-red-thunderbird {
  border-right: 2px solid #D91E18 !important; }

.border-bottom-red-thunderbird {
  border-bottom: 2px solid #D91E18 !important; }

.border-left-red-thunderbird {
  border-left: 2px solid #D91E18 !important; }

label.border-red-thunderbird:hover {
  border-color: #e9403b !important; }

a.border-red-thunderbird:hover {
  border-color: #e9403b !important; }

/***
Red Flamingo
***/
/* Button */
.red-flamingo.btn {
  color: #FFFFFF;
  background-color: #EF4836;
  border-color: ""; }
  .red-flamingo.btn:hover, .red-flamingo.btn:focus, .red-flamingo.btn:active, .red-flamingo.btn.active {
    color: #FFFFFF;
    background-color: #ea2813; }
  .open .red-flamingo.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #ea2813; }
  .red-flamingo.btn:active, .red-flamingo.btn.active {
    background-image: none; }
  .open .red-flamingo.btn.dropdown-toggle {
    background-image: none; }
  .red-flamingo.btn.disabled, .red-flamingo.btn.disabled:hover, .red-flamingo.btn.disabled:focus, .red-flamingo.btn.disabled:active, .red-flamingo.btn.disabled.active, .red-flamingo.btn[disabled], .red-flamingo.btn[disabled]:hover, .red-flamingo.btn[disabled]:focus, .red-flamingo.btn[disabled]:active, .red-flamingo.btn[disabled].active, fieldset[disabled] .red-flamingo.btn, fieldset[disabled] .red-flamingo.btn:hover, fieldset[disabled] .red-flamingo.btn:focus, fieldset[disabled] .red-flamingo.btn:active, fieldset[disabled] .red-flamingo.btn.active {
    background-color: #EF4836; }
  .red-flamingo.btn.btn-ghost {
    color: #EF4836;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #EF4836;
    box-shadow: inset 0 0 0 1px #EF4836;
    border-width: 0; }
    .red-flamingo.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .red-flamingo.btn.btn-ghost.btn-transparent.active, .red-flamingo.btn.btn-ghost.btn-transparent.open, .red-flamingo.btn.btn-ghost.btn-transparent:focus, .red-flamingo.btn.btn-ghost.btn-transparent:active {
        color: #EF4836;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #EF4836;
        box-shadow: inset 0 0 0 1px #EF4836; }
    .red-flamingo.btn.btn-ghost.active, .red-flamingo.btn.btn-ghost.open, .red-flamingo.btn.btn-ghost:focus, .red-flamingo.btn.btn-ghost:active {
      color: #EF4836;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #EF4836;
      box-shadow: inset 0 0 0 1px #EF4836; }
  .red-flamingo.btn.btn-ghost:hover {
    color: #e02612;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #e02612;
    box-shadow: inset 0 0 0 1px #e02612; }
  .red-flamingo.btn .badge {
    color: #EF4836;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.red-flamingo-stripe {
  border-left: 3px solid #EF4836; }

/* Portlet */
.portlet > .portlet-body.red-flamingo,
.portlet.red-flamingo {
  background-color: #EF4836; }

.portlet.solid.red-flamingo > .portlet-title,
.portlet.solid.red-flamingo > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.red-flamingo > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.red-flamingo {
  border: 1px solid #f37365;
  border-top: 0; }
  .portlet.box.red-flamingo > .portlet-title {
    background-color: #EF4836; }
    .portlet.box.red-flamingo > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.red-flamingo > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.red-flamingo > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #f7a79e;
      color: #f9bcb6; }
      .portlet.box.red-flamingo > .portlet-title > .actions .btn-default:hover, .portlet.box.red-flamingo > .portlet-title > .actions .btn-default:focus, .portlet.box.red-flamingo > .portlet-title > .actions .btn-default:active, .portlet.box.red-flamingo > .portlet-title > .actions .btn-default.active {
        border: 1px solid #fbd2cd;
        color: #fde7e5; }

/* Statistic Block */
.dashboard-stat.red-flamingo {
  background-color: #EF4836; }
  .dashboard-stat.red-flamingo .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.red-flamingo .details .number {
    color: #FFFFFF; }
  .dashboard-stat.red-flamingo .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.red-flamingo .more {
    color: #FFFFFF;
    background-color: #ed3723; }

/* General Element */
.bg-red-flamingo {
  border-color: #EF4836 !important;
  background-image: none !important;
  background-color: #EF4836 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-red-flamingo {
  color: #EF4836 !important; }

.font-red-flamingo-medium {
  color: #c92210 !important; }

.font-red-flamingo-dark {
  color: #82160a !important; }

.font-red-flamingo-light {
  color: #f5897d !important; }

/* Colored Borders */
.border-red-flamingo {
  border: 2px solid #EF4836 !important;
  border-radius: 8px; }

.border-top-red-flamingo {
  border-top: 2px solid #EF4836 !important; }

.border-right-red-flamingo {
  border-right: 2px solid #EF4836 !important; }

.border-bottom-red-flamingo {
  border-bottom: 2px solid #EF4836 !important; }

.border-left-red-flamingo {
  border-left: 2px solid #EF4836 !important; }

label.border-red-flamingo:hover {
  border-color: #f37365 !important; }

a.border-red-flamingo:hover {
  border-color: #f37365 !important; }

/***********
Yellow Colors
************/
/***
Yellow Default
***/
/* Button */
.yellow.btn {
  color: #FFFFFF;
  background-color: #FFB848;
  border-color: ""; }
  .yellow.btn:hover, .yellow.btn:focus, .yellow.btn:active, .yellow.btn.active {
    color: #FFFFFF;
    background-color: #ffa81f; }
  .open .yellow.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #ffa81f; }
  .yellow.btn:active, .yellow.btn.active {
    background-image: none; }
  .open .yellow.btn.dropdown-toggle {
    background-image: none; }
  .yellow.btn.disabled, .yellow.btn.disabled:hover, .yellow.btn.disabled:focus, .yellow.btn.disabled:active, .yellow.btn.disabled.active, .yellow.btn[disabled], .yellow.btn[disabled]:hover, .yellow.btn[disabled]:focus, .yellow.btn[disabled]:active, .yellow.btn[disabled].active, fieldset[disabled] .yellow.btn, fieldset[disabled] .yellow.btn:hover, fieldset[disabled] .yellow.btn:focus, fieldset[disabled] .yellow.btn:active, fieldset[disabled] .yellow.btn.active {
    background-color: #FFB848; }
  .yellow.btn.btn-ghost {
    color: #FFB848;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #FFB848;
    box-shadow: inset 0 0 0 1px #FFB848;
    border-width: 0; }
    .yellow.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .yellow.btn.btn-ghost.btn-transparent.active, .yellow.btn.btn-ghost.btn-transparent.open, .yellow.btn.btn-ghost.btn-transparent:focus, .yellow.btn.btn-ghost.btn-transparent:active {
        color: #FFB848;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #FFB848;
        box-shadow: inset 0 0 0 1px #FFB848; }
    .yellow.btn.btn-ghost.active, .yellow.btn.btn-ghost.open, .yellow.btn.btn-ghost:focus, .yellow.btn.btn-ghost:active {
      color: #FFB848;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #FFB848;
      box-shadow: inset 0 0 0 1px #FFB848; }
  .yellow.btn.btn-ghost:hover {
    color: #ffa415;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #ffa415;
    box-shadow: inset 0 0 0 1px #ffa415; }
  .yellow.btn .badge {
    color: #FFB848;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.yellow-stripe {
  border-left: 3px solid #FFB848; }

/* Portlet */
.portlet > .portlet-body.yellow,
.portlet.yellow {
  background-color: #FFB848; }

.portlet.solid.yellow > .portlet-title,
.portlet.solid.yellow > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.yellow > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.yellow {
  border: 1px solid #ffcc7b;
  border-top: 0; }
  .portlet.box.yellow > .portlet-title {
    background-color: #FFB848; }
    .portlet.box.yellow > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.yellow > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.yellow > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #ffe4b8;
      color: #ffedd2; }
      .portlet.box.yellow > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow > .portlet-title > .actions .btn-default:active, .portlet.box.yellow > .portlet-title > .actions .btn-default.active {
        border: 1px solid #fff7eb;
        color: white; }

/* Statistic Block */
.dashboard-stat.yellow {
  background-color: #FFB848; }
  .dashboard-stat.yellow .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.yellow .details .number {
    color: #FFFFFF; }
  .dashboard-stat.yellow .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.yellow .more {
    color: #FFFFFF;
    background-color: #ffb034; }

/* General Element */
.bg-yellow {
  border-color: #FFB848 !important;
  background-image: none !important;
  background-color: #FFB848 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-yellow {
  color: #FFB848 !important; }

.font-yellow-medium {
  color: #fa9900 !important; }

.font-yellow-dark {
  color: #ae6a00 !important; }

.font-yellow-light {
  color: #ffd694 !important; }

/* Colored Borders */
.border-yellow {
  border: 2px solid #FFB848 !important;
  border-radius: 8px; }

.border-top-yellow {
  border-top: 2px solid #FFB848 !important; }

.border-right-yellow {
  border-right: 2px solid #FFB848 !important; }

.border-bottom-yellow {
  border-bottom: 2px solid #FFB848 !important; }

.border-left-yellow {
  border-left: 2px solid #FFB848 !important; }

label.border-yellow:hover {
  border-color: #ffcc7b !important; }

a.border-yellow:hover {
  border-color: #ffcc7b !important; }

/***
Yellow Gold
***/
/* Button */
.yellow-gold.btn {
  color: #FFFFFF;
  background-color: #E87E04;
  border-color: ""; }
  .yellow-gold.btn:hover, .yellow-gold.btn:focus, .yellow-gold.btn:active, .yellow-gold.btn.active {
    color: #FFFFFF;
    background-color: #c06803; }
  .open .yellow-gold.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #c06803; }
  .yellow-gold.btn:active, .yellow-gold.btn.active {
    background-image: none; }
  .open .yellow-gold.btn.dropdown-toggle {
    background-image: none; }
  .yellow-gold.btn.disabled, .yellow-gold.btn.disabled:hover, .yellow-gold.btn.disabled:focus, .yellow-gold.btn.disabled:active, .yellow-gold.btn.disabled.active, .yellow-gold.btn[disabled], .yellow-gold.btn[disabled]:hover, .yellow-gold.btn[disabled]:focus, .yellow-gold.btn[disabled]:active, .yellow-gold.btn[disabled].active, fieldset[disabled] .yellow-gold.btn, fieldset[disabled] .yellow-gold.btn:hover, fieldset[disabled] .yellow-gold.btn:focus, fieldset[disabled] .yellow-gold.btn:active, fieldset[disabled] .yellow-gold.btn.active {
    background-color: #E87E04; }
  .yellow-gold.btn.btn-ghost {
    color: #E87E04;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #E87E04;
    box-shadow: inset 0 0 0 1px #E87E04;
    border-width: 0; }
    .yellow-gold.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .yellow-gold.btn.btn-ghost.btn-transparent.active, .yellow-gold.btn.btn-ghost.btn-transparent.open, .yellow-gold.btn.btn-ghost.btn-transparent:focus, .yellow-gold.btn.btn-ghost.btn-transparent:active {
        color: #E87E04;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #E87E04;
        box-shadow: inset 0 0 0 1px #E87E04; }
    .yellow-gold.btn.btn-ghost.active, .yellow-gold.btn.btn-ghost.open, .yellow-gold.btn.btn-ghost:focus, .yellow-gold.btn.btn-ghost:active {
      color: #E87E04;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #E87E04;
      box-shadow: inset 0 0 0 1px #E87E04; }
  .yellow-gold.btn.btn-ghost:hover {
    color: #b66303;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #b66303;
    box-shadow: inset 0 0 0 1px #b66303; }
  .yellow-gold.btn .badge {
    color: #E87E04;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.yellow-gold-stripe {
  border-left: 3px solid #E87E04; }

/* Portlet */
.portlet > .portlet-body.yellow-gold,
.portlet.yellow-gold {
  background-color: #E87E04; }

.portlet.solid.yellow-gold > .portlet-title,
.portlet.solid.yellow-gold > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.yellow-gold > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.yellow-gold {
  border: 1px solid #fb9724;
  border-top: 0; }
  .portlet.box.yellow-gold > .portlet-title {
    background-color: #E87E04; }
    .portlet.box.yellow-gold > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.yellow-gold > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.yellow-gold > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #fcb460;
      color: #fdbf79; }
      .portlet.box.yellow-gold > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-gold > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-gold > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-gold > .portlet-title > .actions .btn-default.active {
        border: 1px solid #fdcb92;
        color: #fed7ab; }

/* Statistic Block */
.dashboard-stat.yellow-gold {
  background-color: #E87E04; }
  .dashboard-stat.yellow-gold .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.yellow-gold .details .number {
    color: #FFFFFF; }
  .dashboard-stat.yellow-gold .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.yellow-gold .more {
    color: #FFFFFF;
    background-color: #d47304; }

/* General Element */
.bg-yellow-gold {
  border-color: #E87E04 !important;
  background-image: none !important;
  background-color: #E87E04 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-yellow-gold {
  color: #E87E04 !important; }

.font-yellow-gold-medium {
  color: #9d5503 !important; }

.font-yellow-gold-dark {
  color: #522c01 !important; }

.font-yellow-gold-light {
  color: #fca33d !important; }

/* Colored Borders */
.border-yellow-gold {
  border: 2px solid #E87E04 !important;
  border-radius: 8px; }

.border-top-yellow-gold {
  border-top: 2px solid #E87E04 !important; }

.border-right-yellow-gold {
  border-right: 2px solid #E87E04 !important; }

.border-bottom-yellow-gold {
  border-bottom: 2px solid #E87E04 !important; }

.border-left-yellow-gold {
  border-left: 2px solid #E87E04 !important; }

label.border-yellow-gold:hover {
  border-color: #fb9724 !important; }

a.border-yellow-gold:hover {
  border-color: #fb9724 !important; }

/***
Yellow Casablanca
***/
/* Button */
.yellow-casablanca.btn {
  color: #FFFFFF;
  background-color: #f2784b;
  border-color: ""; }
  .yellow-casablanca.btn:hover, .yellow-casablanca.btn:focus, .yellow-casablanca.btn:active, .yellow-casablanca.btn.active {
    color: #FFFFFF;
    background-color: #ef5b25; }
  .open .yellow-casablanca.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #ef5b25; }
  .yellow-casablanca.btn:active, .yellow-casablanca.btn.active {
    background-image: none; }
  .open .yellow-casablanca.btn.dropdown-toggle {
    background-image: none; }
  .yellow-casablanca.btn.disabled, .yellow-casablanca.btn.disabled:hover, .yellow-casablanca.btn.disabled:focus, .yellow-casablanca.btn.disabled:active, .yellow-casablanca.btn.disabled.active, .yellow-casablanca.btn[disabled], .yellow-casablanca.btn[disabled]:hover, .yellow-casablanca.btn[disabled]:focus, .yellow-casablanca.btn[disabled]:active, .yellow-casablanca.btn[disabled].active, fieldset[disabled] .yellow-casablanca.btn, fieldset[disabled] .yellow-casablanca.btn:hover, fieldset[disabled] .yellow-casablanca.btn:focus, fieldset[disabled] .yellow-casablanca.btn:active, fieldset[disabled] .yellow-casablanca.btn.active {
    background-color: #f2784b; }
  .yellow-casablanca.btn.btn-ghost {
    color: #f2784b;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #f2784b;
    box-shadow: inset 0 0 0 1px #f2784b;
    border-width: 0; }
    .yellow-casablanca.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .yellow-casablanca.btn.btn-ghost.btn-transparent.active, .yellow-casablanca.btn.btn-ghost.btn-transparent.open, .yellow-casablanca.btn.btn-ghost.btn-transparent:focus, .yellow-casablanca.btn.btn-ghost.btn-transparent:active {
        color: #f2784b;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #f2784b;
        box-shadow: inset 0 0 0 1px #f2784b; }
    .yellow-casablanca.btn.btn-ghost.active, .yellow-casablanca.btn.btn-ghost.open, .yellow-casablanca.btn.btn-ghost:focus, .yellow-casablanca.btn.btn-ghost:active {
      color: #f2784b;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #f2784b;
      box-shadow: inset 0 0 0 1px #f2784b; }
  .yellow-casablanca.btn.btn-ghost:hover {
    color: #ef541b;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #ef541b;
    box-shadow: inset 0 0 0 1px #ef541b; }
  .yellow-casablanca.btn .badge {
    color: #f2784b;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.yellow-casablanca-stripe {
  border-left: 3px solid #f2784b; }

/* Portlet */
.portlet > .portlet-body.yellow-casablanca,
.portlet.yellow-casablanca {
  background-color: #f2784b; }

.portlet.solid.yellow-casablanca > .portlet-title,
.portlet.solid.yellow-casablanca > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.yellow-casablanca > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.yellow-casablanca {
  border: 1px solid #f59c7b;
  border-top: 0; }
  .portlet.box.yellow-casablanca > .portlet-title {
    background-color: #f2784b; }
    .portlet.box.yellow-casablanca > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.yellow-casablanca > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #fac6b4;
      color: #fbd8cb; }
      .portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default.active {
        border: 1px solid #fdeae3;
        color: #fffcfb; }

/* Statistic Block */
.dashboard-stat.yellow-casablanca {
  background-color: #f2784b; }
  .dashboard-stat.yellow-casablanca .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.yellow-casablanca .details .number {
    color: #FFFFFF; }
  .dashboard-stat.yellow-casablanca .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.yellow-casablanca .more {
    color: #FFFFFF;
    background-color: #f16a38; }

/* General Element */
.bg-yellow-casablanca {
  border-color: #f2784b !important;
  background-image: none !important;
  background-color: #f2784b !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-yellow-casablanca {
  color: #f2784b !important; }

.font-yellow-casablanca-medium {
  color: #e04810 !important; }

.font-yellow-casablanca-dark {
  color: #99310b !important; }

.font-yellow-casablanca-light {
  color: #f7ae92 !important; }

/* Colored Borders */
.border-yellow-casablanca {
  border: 2px solid #f2784b !important;
  border-radius: 8px; }

.border-top-yellow-casablanca {
  border-top: 2px solid #f2784b !important; }

.border-right-yellow-casablanca {
  border-right: 2px solid #f2784b !important; }

.border-bottom-yellow-casablanca {
  border-bottom: 2px solid #f2784b !important; }

.border-left-yellow-casablanca {
  border-left: 2px solid #f2784b !important; }

label.border-yellow-casablanca:hover {
  border-color: #f59c7b !important; }

a.border-yellow-casablanca:hover {
  border-color: #f59c7b !important; }

/***
Yellow Crusta
***/
/* Button */
.yellow-crusta.btn {
  color: #FFFFFF;
  background-color: #f3c200;
  border-color: ""; }
  .yellow-crusta.btn:hover, .yellow-crusta.btn:focus, .yellow-crusta.btn:active, .yellow-crusta.btn.active {
    color: #FFFFFF;
    background-color: #caa100; }
  .open .yellow-crusta.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #caa100; }
  .yellow-crusta.btn:active, .yellow-crusta.btn.active {
    background-image: none; }
  .open .yellow-crusta.btn.dropdown-toggle {
    background-image: none; }
  .yellow-crusta.btn.disabled, .yellow-crusta.btn.disabled:hover, .yellow-crusta.btn.disabled:focus, .yellow-crusta.btn.disabled:active, .yellow-crusta.btn.disabled.active, .yellow-crusta.btn[disabled], .yellow-crusta.btn[disabled]:hover, .yellow-crusta.btn[disabled]:focus, .yellow-crusta.btn[disabled]:active, .yellow-crusta.btn[disabled].active, fieldset[disabled] .yellow-crusta.btn, fieldset[disabled] .yellow-crusta.btn:hover, fieldset[disabled] .yellow-crusta.btn:focus, fieldset[disabled] .yellow-crusta.btn:active, fieldset[disabled] .yellow-crusta.btn.active {
    background-color: #f3c200; }
  .yellow-crusta.btn.btn-ghost {
    color: #f3c200;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #f3c200;
    box-shadow: inset 0 0 0 1px #f3c200;
    border-width: 0; }
    .yellow-crusta.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .yellow-crusta.btn.btn-ghost.btn-transparent.active, .yellow-crusta.btn.btn-ghost.btn-transparent.open, .yellow-crusta.btn.btn-ghost.btn-transparent:focus, .yellow-crusta.btn.btn-ghost.btn-transparent:active {
        color: #f3c200;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #f3c200;
        box-shadow: inset 0 0 0 1px #f3c200; }
    .yellow-crusta.btn.btn-ghost.active, .yellow-crusta.btn.btn-ghost.open, .yellow-crusta.btn.btn-ghost:focus, .yellow-crusta.btn.btn-ghost:active {
      color: #f3c200;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #f3c200;
      box-shadow: inset 0 0 0 1px #f3c200; }
  .yellow-crusta.btn.btn-ghost:hover {
    color: #c09900;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #c09900;
    box-shadow: inset 0 0 0 1px #c09900; }
  .yellow-crusta.btn .badge {
    color: #f3c200;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.yellow-crusta-stripe {
  border-left: 3px solid #f3c200; }

/* Portlet */
.portlet > .portlet-body.yellow-crusta,
.portlet.yellow-crusta {
  background-color: #f3c200; }

.portlet.solid.yellow-crusta > .portlet-title,
.portlet.solid.yellow-crusta > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.yellow-crusta > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.yellow-crusta {
  border: 1px solid #ffd327;
  border-top: 0; }
  .portlet.box.yellow-crusta > .portlet-title {
    background-color: #f3c200; }
    .portlet.box.yellow-crusta > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.yellow-crusta > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.yellow-crusta > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #ffe064;
      color: #ffe57e; }
      .portlet.box.yellow-crusta > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-crusta > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-crusta > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-crusta > .portlet-title > .actions .btn-default.active {
        border: 1px solid #ffea97;
        color: #ffefb1; }

/* Statistic Block */
.dashboard-stat.yellow-crusta {
  background-color: #f3c200; }
  .dashboard-stat.yellow-crusta .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.yellow-crusta .details .number {
    color: #FFFFFF; }
  .dashboard-stat.yellow-crusta .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.yellow-crusta .more {
    color: #FFFFFF;
    background-color: #dfb200; }

/* General Element */
.bg-yellow-crusta {
  border-color: #f3c200 !important;
  background-image: none !important;
  background-color: #f3c200 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-yellow-crusta {
  color: #f3c200 !important; }

.font-yellow-crusta-medium {
  color: #a68500 !important; }

.font-yellow-crusta-dark {
  color: #5a4800 !important; }

.font-yellow-crusta-light {
  color: #ffd941 !important; }

/* Colored Borders */
.border-yellow-crusta {
  border: 2px solid #f3c200 !important;
  border-radius: 8px; }

.border-top-yellow-crusta {
  border-top: 2px solid #f3c200 !important; }

.border-right-yellow-crusta {
  border-right: 2px solid #f3c200 !important; }

.border-bottom-yellow-crusta {
  border-bottom: 2px solid #f3c200 !important; }

.border-left-yellow-crusta {
  border-left: 2px solid #f3c200 !important; }

label.border-yellow-crusta:hover {
  border-color: #ffd327 !important; }

a.border-yellow-crusta:hover {
  border-color: #ffd327 !important; }

/***
Yellow Lemon
***/
/* Button */
.yellow-lemon.btn {
  color: #FFFFFF;
  background-color: #F7CA18;
  border-color: ""; }
  .yellow-lemon.btn:hover, .yellow-lemon.btn:focus, .yellow-lemon.btn:active, .yellow-lemon.btn.active {
    color: #FFFFFF;
    background-color: #deb308; }
  .open .yellow-lemon.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #deb308; }
  .yellow-lemon.btn:active, .yellow-lemon.btn.active {
    background-image: none; }
  .open .yellow-lemon.btn.dropdown-toggle {
    background-image: none; }
  .yellow-lemon.btn.disabled, .yellow-lemon.btn.disabled:hover, .yellow-lemon.btn.disabled:focus, .yellow-lemon.btn.disabled:active, .yellow-lemon.btn.disabled.active, .yellow-lemon.btn[disabled], .yellow-lemon.btn[disabled]:hover, .yellow-lemon.btn[disabled]:focus, .yellow-lemon.btn[disabled]:active, .yellow-lemon.btn[disabled].active, fieldset[disabled] .yellow-lemon.btn, fieldset[disabled] .yellow-lemon.btn:hover, fieldset[disabled] .yellow-lemon.btn:focus, fieldset[disabled] .yellow-lemon.btn:active, fieldset[disabled] .yellow-lemon.btn.active {
    background-color: #F7CA18; }
  .yellow-lemon.btn.btn-ghost {
    color: #F7CA18;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #F7CA18;
    box-shadow: inset 0 0 0 1px #F7CA18;
    border-width: 0; }
    .yellow-lemon.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .yellow-lemon.btn.btn-ghost.btn-transparent.active, .yellow-lemon.btn.btn-ghost.btn-transparent.open, .yellow-lemon.btn.btn-ghost.btn-transparent:focus, .yellow-lemon.btn.btn-ghost.btn-transparent:active {
        color: #F7CA18;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #F7CA18;
        box-shadow: inset 0 0 0 1px #F7CA18; }
    .yellow-lemon.btn.btn-ghost.active, .yellow-lemon.btn.btn-ghost.open, .yellow-lemon.btn.btn-ghost:focus, .yellow-lemon.btn.btn-ghost:active {
      color: #F7CA18;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #F7CA18;
      box-shadow: inset 0 0 0 1px #F7CA18; }
  .yellow-lemon.btn.btn-ghost:hover {
    color: #d5ab07;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #d5ab07;
    box-shadow: inset 0 0 0 1px #d5ab07; }
  .yellow-lemon.btn .badge {
    color: #F7CA18;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.yellow-lemon-stripe {
  border-left: 3px solid #F7CA18; }

/* Portlet */
.portlet > .portlet-body.yellow-lemon,
.portlet.yellow-lemon {
  background-color: #F7CA18; }

.portlet.solid.yellow-lemon > .portlet-title,
.portlet.solid.yellow-lemon > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.yellow-lemon > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.yellow-lemon {
  border: 1px solid #f9d549;
  border-top: 0; }
  .portlet.box.yellow-lemon > .portlet-title {
    background-color: #F7CA18; }
    .portlet.box.yellow-lemon > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.yellow-lemon > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.yellow-lemon > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #fbe384;
      color: #fce99d; }
      .portlet.box.yellow-lemon > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-lemon > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-lemon > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-lemon > .portlet-title > .actions .btn-default.active {
        border: 1px solid #fceeb6;
        color: #fdf4ce; }

/* Statistic Block */
.dashboard-stat.yellow-lemon {
  background-color: #F7CA18; }
  .dashboard-stat.yellow-lemon .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.yellow-lemon .details .number {
    color: #FFFFFF; }
  .dashboard-stat.yellow-lemon .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.yellow-lemon .more {
    color: #FFFFFF;
    background-color: #f2c308; }

/* General Element */
.bg-yellow-lemon {
  border-color: #F7CA18 !important;
  background-image: none !important;
  background-color: #F7CA18 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-yellow-lemon {
  color: #F7CA18 !important; }

.font-yellow-lemon-medium {
  color: #bc9707 !important; }

.font-yellow-lemon-dark {
  color: #725c04 !important; }

.font-yellow-lemon-light {
  color: #fadb62 !important; }

/* Colored Borders */
.border-yellow-lemon {
  border: 2px solid #F7CA18 !important;
  border-radius: 8px; }

.border-top-yellow-lemon {
  border-top: 2px solid #F7CA18 !important; }

.border-right-yellow-lemon {
  border-right: 2px solid #F7CA18 !important; }

.border-bottom-yellow-lemon {
  border-bottom: 2px solid #F7CA18 !important; }

.border-left-yellow-lemon {
  border-left: 2px solid #F7CA18 !important; }

label.border-yellow-lemon:hover {
  border-color: #f9d549 !important; }

a.border-yellow-lemon:hover {
  border-color: #f9d549 !important; }

/***
Yellow Saffron
***/
/* Button */
.yellow-saffron.btn {
  color: #FFFFFF;
  background-color: #F4D03F;
  border-color: ""; }
  .yellow-saffron.btn:hover, .yellow-saffron.btn:focus, .yellow-saffron.btn:active, .yellow-saffron.btn.active {
    color: #FFFFFF;
    background-color: #f2c718; }
  .open .yellow-saffron.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #f2c718; }
  .yellow-saffron.btn:active, .yellow-saffron.btn.active {
    background-image: none; }
  .open .yellow-saffron.btn.dropdown-toggle {
    background-image: none; }
  .yellow-saffron.btn.disabled, .yellow-saffron.btn.disabled:hover, .yellow-saffron.btn.disabled:focus, .yellow-saffron.btn.disabled:active, .yellow-saffron.btn.disabled.active, .yellow-saffron.btn[disabled], .yellow-saffron.btn[disabled]:hover, .yellow-saffron.btn[disabled]:focus, .yellow-saffron.btn[disabled]:active, .yellow-saffron.btn[disabled].active, fieldset[disabled] .yellow-saffron.btn, fieldset[disabled] .yellow-saffron.btn:hover, fieldset[disabled] .yellow-saffron.btn:focus, fieldset[disabled] .yellow-saffron.btn:active, fieldset[disabled] .yellow-saffron.btn.active {
    background-color: #F4D03F; }
  .yellow-saffron.btn.btn-ghost {
    color: #F4D03F;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #F4D03F;
    box-shadow: inset 0 0 0 1px #F4D03F;
    border-width: 0; }
    .yellow-saffron.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .yellow-saffron.btn.btn-ghost.btn-transparent.active, .yellow-saffron.btn.btn-ghost.btn-transparent.open, .yellow-saffron.btn.btn-ghost.btn-transparent:focus, .yellow-saffron.btn.btn-ghost.btn-transparent:active {
        color: #F4D03F;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #F4D03F;
        box-shadow: inset 0 0 0 1px #F4D03F; }
    .yellow-saffron.btn.btn-ghost.active, .yellow-saffron.btn.btn-ghost.open, .yellow-saffron.btn.btn-ghost:focus, .yellow-saffron.btn.btn-ghost:active {
      color: #F4D03F;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #F4D03F;
      box-shadow: inset 0 0 0 1px #F4D03F; }
  .yellow-saffron.btn.btn-ghost:hover {
    color: #f1c40f;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #f1c40f;
    box-shadow: inset 0 0 0 1px #f1c40f; }
  .yellow-saffron.btn .badge {
    color: #F4D03F;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.yellow-saffron-stripe {
  border-left: 3px solid #F4D03F; }

/* Portlet */
.portlet > .portlet-body.yellow-saffron,
.portlet.yellow-saffron {
  background-color: #F4D03F; }

.portlet.solid.yellow-saffron > .portlet-title,
.portlet.solid.yellow-saffron > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.yellow-saffron > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.yellow-saffron {
  border: 1px solid #f7dc6f;
  border-top: 0; }
  .portlet.box.yellow-saffron > .portlet-title {
    background-color: #F4D03F; }
    .portlet.box.yellow-saffron > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.yellow-saffron > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.yellow-saffron > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #faeaa9;
      color: #fbf0c1; }
      .portlet.box.yellow-saffron > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-saffron > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-saffron > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-saffron > .portlet-title > .actions .btn-default.active {
        border: 1px solid #fdf6d9;
        color: #fefcf1; }

/* Statistic Block */
.dashboard-stat.yellow-saffron {
  background-color: #F4D03F; }
  .dashboard-stat.yellow-saffron .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.yellow-saffron .details .number {
    color: #FFFFFF; }
  .dashboard-stat.yellow-saffron .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.yellow-saffron .more {
    color: #FFFFFF;
    background-color: #f3cb2c; }

/* General Element */
.bg-yellow-saffron {
  border-color: #F4D03F !important;
  background-image: none !important;
  background-color: #F4D03F !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-yellow-saffron {
  color: #F4D03F !important; }

.font-yellow-saffron-medium {
  color: #dab10c !important; }

.font-yellow-saffron-dark {
  color: #927608 !important; }

.font-yellow-saffron-light {
  color: #f8e287 !important; }

/* Colored Borders */
.border-yellow-saffron {
  border: 2px solid #F4D03F !important;
  border-radius: 8px; }

.border-top-yellow-saffron {
  border-top: 2px solid #F4D03F !important; }

.border-right-yellow-saffron {
  border-right: 2px solid #F4D03F !important; }

.border-bottom-yellow-saffron {
  border-bottom: 2px solid #F4D03F !important; }

.border-left-yellow-saffron {
  border-left: 2px solid #F4D03F !important; }

label.border-yellow-saffron:hover {
  border-color: #f7dc6f !important; }

a.border-yellow-saffron:hover {
  border-color: #f7dc6f !important; }

/***********
Purple Colors
************/
/***
Purple Default
***/
/* Button */
.purple.btn {
  color: #FFFFFF;
  background-color: #8E44AD;
  border-color: ""; }
  .purple.btn:hover, .purple.btn:focus, .purple.btn:active, .purple.btn.active {
    color: #FFFFFF;
    background-color: #763890; }
  .open .purple.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #763890; }
  .purple.btn:active, .purple.btn.active {
    background-image: none; }
  .open .purple.btn.dropdown-toggle {
    background-image: none; }
  .purple.btn.disabled, .purple.btn.disabled:hover, .purple.btn.disabled:focus, .purple.btn.disabled:active, .purple.btn.disabled.active, .purple.btn[disabled], .purple.btn[disabled]:hover, .purple.btn[disabled]:focus, .purple.btn[disabled]:active, .purple.btn[disabled].active, fieldset[disabled] .purple.btn, fieldset[disabled] .purple.btn:hover, fieldset[disabled] .purple.btn:focus, fieldset[disabled] .purple.btn:active, fieldset[disabled] .purple.btn.active {
    background-color: #8E44AD; }
  .purple.btn.btn-ghost {
    color: #8E44AD;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #8E44AD;
    box-shadow: inset 0 0 0 1px #8E44AD;
    border-width: 0; }
    .purple.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .purple.btn.btn-ghost.btn-transparent.active, .purple.btn.btn-ghost.btn-transparent.open, .purple.btn.btn-ghost.btn-transparent:focus, .purple.btn.btn-ghost.btn-transparent:active {
        color: #8E44AD;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #8E44AD;
        box-shadow: inset 0 0 0 1px #8E44AD; }
    .purple.btn.btn-ghost.active, .purple.btn.btn-ghost.open, .purple.btn.btn-ghost:focus, .purple.btn.btn-ghost:active {
      color: #8E44AD;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #8E44AD;
      box-shadow: inset 0 0 0 1px #8E44AD; }
  .purple.btn.btn-ghost:hover {
    color: #703688;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #703688;
    box-shadow: inset 0 0 0 1px #703688; }
  .purple.btn .badge {
    color: #8E44AD;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.purple-stripe {
  border-left: 3px solid #8E44AD; }

/* Portlet */
.portlet > .portlet-body.purple,
.portlet.purple {
  background-color: #8E44AD; }

.portlet.solid.purple > .portlet-title,
.portlet.solid.purple > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.purple > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.purple {
  border: 1px solid #a563c1;
  border-top: 0; }
  .portlet.box.purple > .portlet-title {
    background-color: #8E44AD; }
    .portlet.box.purple > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.purple > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.purple > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #bf8ed3;
      color: #c9a1da; }
      .portlet.box.purple > .portlet-title > .actions .btn-default:hover, .portlet.box.purple > .portlet-title > .actions .btn-default:focus, .portlet.box.purple > .portlet-title > .actions .btn-default:active, .portlet.box.purple > .portlet-title > .actions .btn-default.active {
        border: 1px solid #d4b3e1;
        color: #dec5e8; }

/* Statistic Block */
.dashboard-stat.purple {
  background-color: #8E44AD; }
  .dashboard-stat.purple .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.purple .details .number {
    color: #FFFFFF; }
  .dashboard-stat.purple .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.purple .more {
    color: #FFFFFF;
    background-color: #823e9e; }

/* General Element */
.bg-purple {
  border-color: #8E44AD !important;
  background-image: none !important;
  background-color: #8E44AD !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-purple {
  color: #8E44AD !important; }

.font-purple-medium {
  color: #612e76 !important; }

.font-purple-dark {
  color: #34193f !important; }

.font-purple-light {
  color: #b075c9 !important; }

/* Colored Borders */
.border-purple {
  border: 2px solid #8E44AD !important;
  border-radius: 8px; }

.border-top-purple {
  border-top: 2px solid #8E44AD !important; }

.border-right-purple {
  border-right: 2px solid #8E44AD !important; }

.border-bottom-purple {
  border-bottom: 2px solid #8E44AD !important; }

.border-left-purple {
  border-left: 2px solid #8E44AD !important; }

label.border-purple:hover {
  border-color: #a563c1 !important; }

a.border-purple:hover {
  border-color: #a563c1 !important; }

/***
Purple Plum
***/
/* Button */
.purple-plum.btn {
  color: #FFFFFF;
  background-color: #8775a7;
  border-color: ""; }
  .purple-plum.btn:hover, .purple-plum.btn:focus, .purple-plum.btn:active, .purple-plum.btn.active {
    color: #FFFFFF;
    background-color: #725f95; }
  .open .purple-plum.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #725f95; }
  .purple-plum.btn:active, .purple-plum.btn.active {
    background-image: none; }
  .open .purple-plum.btn.dropdown-toggle {
    background-image: none; }
  .purple-plum.btn.disabled, .purple-plum.btn.disabled:hover, .purple-plum.btn.disabled:focus, .purple-plum.btn.disabled:active, .purple-plum.btn.disabled.active, .purple-plum.btn[disabled], .purple-plum.btn[disabled]:hover, .purple-plum.btn[disabled]:focus, .purple-plum.btn[disabled]:active, .purple-plum.btn[disabled].active, fieldset[disabled] .purple-plum.btn, fieldset[disabled] .purple-plum.btn:hover, fieldset[disabled] .purple-plum.btn:focus, fieldset[disabled] .purple-plum.btn:active, fieldset[disabled] .purple-plum.btn.active {
    background-color: #8775a7; }
  .purple-plum.btn.btn-ghost {
    color: #8775a7;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #8775a7;
    box-shadow: inset 0 0 0 1px #8775a7;
    border-width: 0; }
    .purple-plum.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .purple-plum.btn.btn-ghost.btn-transparent.active, .purple-plum.btn.btn-ghost.btn-transparent.open, .purple-plum.btn.btn-ghost.btn-transparent:focus, .purple-plum.btn.btn-ghost.btn-transparent:active {
        color: #8775a7;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #8775a7;
        box-shadow: inset 0 0 0 1px #8775a7; }
    .purple-plum.btn.btn-ghost.active, .purple-plum.btn.btn-ghost.open, .purple-plum.btn.btn-ghost:focus, .purple-plum.btn.btn-ghost:active {
      color: #8775a7;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #8775a7;
      box-shadow: inset 0 0 0 1px #8775a7; }
  .purple-plum.btn.btn-ghost:hover {
    color: #6d5b8e;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #6d5b8e;
    box-shadow: inset 0 0 0 1px #6d5b8e; }
  .purple-plum.btn .badge {
    color: #8775a7;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.purple-plum-stripe {
  border-left: 3px solid #8775a7; }

/* Portlet */
.portlet > .portlet-body.purple-plum,
.portlet.purple-plum {
  background-color: #8775a7; }

.portlet.solid.purple-plum > .portlet-title,
.portlet.solid.purple-plum > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.purple-plum > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.purple-plum {
  border: 1px solid #a294bb;
  border-top: 0; }
  .portlet.box.purple-plum > .portlet-title {
    background-color: #8775a7; }
    .portlet.box.purple-plum > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.purple-plum > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.purple-plum > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #c3bad3;
      color: #d0c9dd; }
      .portlet.box.purple-plum > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-plum > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-plum > .portlet-title > .actions .btn-default:active, .portlet.box.purple-plum > .portlet-title > .actions .btn-default.active {
        border: 1px solid #ded9e7;
        color: #ebe8f0; }

/* Statistic Block */
.dashboard-stat.purple-plum {
  background-color: #8775a7; }
  .dashboard-stat.purple-plum .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.purple-plum .details .number {
    color: #FFFFFF; }
  .dashboard-stat.purple-plum .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.purple-plum .more {
    color: #FFFFFF;
    background-color: #7c699f; }

/* General Element */
.bg-purple-plum {
  border-color: #8775a7 !important;
  background-image: none !important;
  background-color: #8775a7 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-purple-plum {
  color: #8775a7 !important; }

.font-purple-plum-medium {
  color: #61517f !important; }

.font-purple-plum-dark {
  color: #3d3350 !important; }

.font-purple-plum-light {
  color: #b0a4c5 !important; }

/* Colored Borders */
.border-purple-plum {
  border: 2px solid #8775a7 !important;
  border-radius: 8px; }

.border-top-purple-plum {
  border-top: 2px solid #8775a7 !important; }

.border-right-purple-plum {
  border-right: 2px solid #8775a7 !important; }

.border-bottom-purple-plum {
  border-bottom: 2px solid #8775a7 !important; }

.border-left-purple-plum {
  border-left: 2px solid #8775a7 !important; }

label.border-purple-plum:hover {
  border-color: #a294bb !important; }

a.border-purple-plum:hover {
  border-color: #a294bb !important; }

/***
Purple Medium
***/
/* Button */
.purple-medium.btn {
  color: #FFFFFF;
  background-color: #BF55EC;
  border-color: ""; }
  .purple-medium.btn:hover, .purple-medium.btn:focus, .purple-medium.btn:active, .purple-medium.btn.active {
    color: #FFFFFF;
    background-color: #b130e8; }
  .open .purple-medium.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b130e8; }
  .purple-medium.btn:active, .purple-medium.btn.active {
    background-image: none; }
  .open .purple-medium.btn.dropdown-toggle {
    background-image: none; }
  .purple-medium.btn.disabled, .purple-medium.btn.disabled:hover, .purple-medium.btn.disabled:focus, .purple-medium.btn.disabled:active, .purple-medium.btn.disabled.active, .purple-medium.btn[disabled], .purple-medium.btn[disabled]:hover, .purple-medium.btn[disabled]:focus, .purple-medium.btn[disabled]:active, .purple-medium.btn[disabled].active, fieldset[disabled] .purple-medium.btn, fieldset[disabled] .purple-medium.btn:hover, fieldset[disabled] .purple-medium.btn:focus, fieldset[disabled] .purple-medium.btn:active, fieldset[disabled] .purple-medium.btn.active {
    background-color: #BF55EC; }
  .purple-medium.btn.btn-ghost {
    color: #BF55EC;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #BF55EC;
    box-shadow: inset 0 0 0 1px #BF55EC;
    border-width: 0; }
    .purple-medium.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .purple-medium.btn.btn-ghost.btn-transparent.active, .purple-medium.btn.btn-ghost.btn-transparent.open, .purple-medium.btn.btn-ghost.btn-transparent:focus, .purple-medium.btn.btn-ghost.btn-transparent:active {
        color: #BF55EC;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #BF55EC;
        box-shadow: inset 0 0 0 1px #BF55EC; }
    .purple-medium.btn.btn-ghost.active, .purple-medium.btn.btn-ghost.open, .purple-medium.btn.btn-ghost:focus, .purple-medium.btn.btn-ghost:active {
      color: #BF55EC;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #BF55EC;
      box-shadow: inset 0 0 0 1px #BF55EC; }
  .purple-medium.btn.btn-ghost:hover {
    color: #ae27e7;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #ae27e7;
    box-shadow: inset 0 0 0 1px #ae27e7; }
  .purple-medium.btn .badge {
    color: #BF55EC;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.purple-medium-stripe {
  border-left: 3px solid #BF55EC; }

/* Portlet */
.portlet > .portlet-body.purple-medium,
.portlet.purple-medium {
  background-color: #BF55EC; }

.portlet.solid.purple-medium > .portlet-title,
.portlet.solid.purple-medium > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.purple-medium > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.purple-medium {
  border: 1px solid #d083f1;
  border-top: 0; }
  .portlet.box.purple-medium > .portlet-title {
    background-color: #BF55EC; }
    .portlet.box.purple-medium > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.purple-medium > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.purple-medium > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #e5baf7;
      color: #eed1fa; }
      .portlet.box.purple-medium > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-medium > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-medium > .portlet-title > .actions .btn-default:active, .portlet.box.purple-medium > .portlet-title > .actions .btn-default.active {
        border: 1px solid #f6e8fc;
        color: white; }

/* Statistic Block */
.dashboard-stat.purple-medium {
  background-color: #BF55EC; }
  .dashboard-stat.purple-medium .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.purple-medium .details .number {
    color: #FFFFFF; }
  .dashboard-stat.purple-medium .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.purple-medium .more {
    color: #FFFFFF;
    background-color: #b843ea; }

/* General Element */
.bg-purple-medium {
  border-color: #BF55EC !important;
  background-image: none !important;
  background-color: #BF55EC !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-purple-medium {
  color: #BF55EC !important; }

.font-purple-medium-medium {
  color: #a219dc !important; }

.font-purple-medium-dark {
  color: #6f1197 !important; }

.font-purple-medium-light {
  color: #d99af4 !important; }

/* Colored Borders */
.border-purple-medium {
  border: 2px solid #BF55EC !important;
  border-radius: 8px; }

.border-top-purple-medium {
  border-top: 2px solid #BF55EC !important; }

.border-right-purple-medium {
  border-right: 2px solid #BF55EC !important; }

.border-bottom-purple-medium {
  border-bottom: 2px solid #BF55EC !important; }

.border-left-purple-medium {
  border-left: 2px solid #BF55EC !important; }

label.border-purple-medium:hover {
  border-color: #d083f1 !important; }

a.border-purple-medium:hover {
  border-color: #d083f1 !important; }

/***
Purple Studio
***/
/* Button */
.purple-studio.btn {
  color: #FFFFFF;
  background-color: #8E44AD;
  border-color: ""; }
  .purple-studio.btn:hover, .purple-studio.btn:focus, .purple-studio.btn:active, .purple-studio.btn.active {
    color: #FFFFFF;
    background-color: #763890; }
  .open .purple-studio.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #763890; }
  .purple-studio.btn:active, .purple-studio.btn.active {
    background-image: none; }
  .open .purple-studio.btn.dropdown-toggle {
    background-image: none; }
  .purple-studio.btn.disabled, .purple-studio.btn.disabled:hover, .purple-studio.btn.disabled:focus, .purple-studio.btn.disabled:active, .purple-studio.btn.disabled.active, .purple-studio.btn[disabled], .purple-studio.btn[disabled]:hover, .purple-studio.btn[disabled]:focus, .purple-studio.btn[disabled]:active, .purple-studio.btn[disabled].active, fieldset[disabled] .purple-studio.btn, fieldset[disabled] .purple-studio.btn:hover, fieldset[disabled] .purple-studio.btn:focus, fieldset[disabled] .purple-studio.btn:active, fieldset[disabled] .purple-studio.btn.active {
    background-color: #8E44AD; }
  .purple-studio.btn.btn-ghost {
    color: #8E44AD;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #8E44AD;
    box-shadow: inset 0 0 0 1px #8E44AD;
    border-width: 0; }
    .purple-studio.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .purple-studio.btn.btn-ghost.btn-transparent.active, .purple-studio.btn.btn-ghost.btn-transparent.open, .purple-studio.btn.btn-ghost.btn-transparent:focus, .purple-studio.btn.btn-ghost.btn-transparent:active {
        color: #8E44AD;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #8E44AD;
        box-shadow: inset 0 0 0 1px #8E44AD; }
    .purple-studio.btn.btn-ghost.active, .purple-studio.btn.btn-ghost.open, .purple-studio.btn.btn-ghost:focus, .purple-studio.btn.btn-ghost:active {
      color: #8E44AD;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #8E44AD;
      box-shadow: inset 0 0 0 1px #8E44AD; }
  .purple-studio.btn.btn-ghost:hover {
    color: #703688;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #703688;
    box-shadow: inset 0 0 0 1px #703688; }
  .purple-studio.btn .badge {
    color: #8E44AD;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.purple-studio-stripe {
  border-left: 3px solid #8E44AD; }

/* Portlet */
.portlet > .portlet-body.purple-studio,
.portlet.purple-studio {
  background-color: #8E44AD; }

.portlet.solid.purple-studio > .portlet-title,
.portlet.solid.purple-studio > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.purple-studio > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.purple-studio {
  border: 1px solid #a563c1;
  border-top: 0; }
  .portlet.box.purple-studio > .portlet-title {
    background-color: #8E44AD; }
    .portlet.box.purple-studio > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.purple-studio > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.purple-studio > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #bf8ed3;
      color: #c9a1da; }
      .portlet.box.purple-studio > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-studio > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-studio > .portlet-title > .actions .btn-default:active, .portlet.box.purple-studio > .portlet-title > .actions .btn-default.active {
        border: 1px solid #d4b3e1;
        color: #dec5e8; }

/* Statistic Block */
.dashboard-stat.purple-studio {
  background-color: #8E44AD; }
  .dashboard-stat.purple-studio .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.purple-studio .details .number {
    color: #FFFFFF; }
  .dashboard-stat.purple-studio .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.purple-studio .more {
    color: #FFFFFF;
    background-color: #823e9e; }

/* General Element */
.bg-purple-studio {
  border-color: #8E44AD !important;
  background-image: none !important;
  background-color: #8E44AD !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-purple-studio {
  color: #8E44AD !important; }

.font-purple-studio-medium {
  color: #612e76 !important; }

.font-purple-studio-dark {
  color: #34193f !important; }

.font-purple-studio-light {
  color: #b075c9 !important; }

/* Colored Borders */
.border-purple-studio {
  border: 2px solid #8E44AD !important;
  border-radius: 8px; }

.border-top-purple-studio {
  border-top: 2px solid #8E44AD !important; }

.border-right-purple-studio {
  border-right: 2px solid #8E44AD !important; }

.border-bottom-purple-studio {
  border-bottom: 2px solid #8E44AD !important; }

.border-left-purple-studio {
  border-left: 2px solid #8E44AD !important; }

label.border-purple-studio:hover {
  border-color: #a563c1 !important; }

a.border-purple-studio:hover {
  border-color: #a563c1 !important; }

/***
Purple Wisteria
***/
/* Button */
.purple-wisteria.btn {
  color: #FFFFFF;
  background-color: #9B59B6;
  border-color: ""; }
  .purple-wisteria.btn:hover, .purple-wisteria.btn:focus, .purple-wisteria.btn:active, .purple-wisteria.btn.active {
    color: #FFFFFF;
    background-color: #8646a0; }
  .open .purple-wisteria.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #8646a0; }
  .purple-wisteria.btn:active, .purple-wisteria.btn.active {
    background-image: none; }
  .open .purple-wisteria.btn.dropdown-toggle {
    background-image: none; }
  .purple-wisteria.btn.disabled, .purple-wisteria.btn.disabled:hover, .purple-wisteria.btn.disabled:focus, .purple-wisteria.btn.disabled:active, .purple-wisteria.btn.disabled.active, .purple-wisteria.btn[disabled], .purple-wisteria.btn[disabled]:hover, .purple-wisteria.btn[disabled]:focus, .purple-wisteria.btn[disabled]:active, .purple-wisteria.btn[disabled].active, fieldset[disabled] .purple-wisteria.btn, fieldset[disabled] .purple-wisteria.btn:hover, fieldset[disabled] .purple-wisteria.btn:focus, fieldset[disabled] .purple-wisteria.btn:active, fieldset[disabled] .purple-wisteria.btn.active {
    background-color: #9B59B6; }
  .purple-wisteria.btn.btn-ghost {
    color: #9B59B6;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #9B59B6;
    box-shadow: inset 0 0 0 1px #9B59B6;
    border-width: 0; }
    .purple-wisteria.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .purple-wisteria.btn.btn-ghost.btn-transparent.active, .purple-wisteria.btn.btn-ghost.btn-transparent.open, .purple-wisteria.btn.btn-ghost.btn-transparent:focus, .purple-wisteria.btn.btn-ghost.btn-transparent:active {
        color: #9B59B6;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #9B59B6;
        box-shadow: inset 0 0 0 1px #9B59B6; }
    .purple-wisteria.btn.btn-ghost.active, .purple-wisteria.btn.btn-ghost.open, .purple-wisteria.btn.btn-ghost:focus, .purple-wisteria.btn.btn-ghost:active {
      color: #9B59B6;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #9B59B6;
      box-shadow: inset 0 0 0 1px #9B59B6; }
  .purple-wisteria.btn.btn-ghost:hover {
    color: #804399;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #804399;
    box-shadow: inset 0 0 0 1px #804399; }
  .purple-wisteria.btn .badge {
    color: #9B59B6;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.purple-wisteria-stripe {
  border-left: 3px solid #9B59B6; }

/* Portlet */
.portlet > .portlet-body.purple-wisteria,
.portlet.purple-wisteria {
  background-color: #9B59B6; }

.portlet.solid.purple-wisteria > .portlet-title,
.portlet.solid.purple-wisteria > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.purple-wisteria > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.purple-wisteria {
  border: 1px solid #b07cc6;
  border-top: 0; }
  .portlet.box.purple-wisteria > .portlet-title {
    background-color: #9B59B6; }
    .portlet.box.purple-wisteria > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.purple-wisteria > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.purple-wisteria > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #caa7d8;
      color: #d5b9e0; }
      .portlet.box.purple-wisteria > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-wisteria > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-wisteria > .portlet-title > .actions .btn-default:active, .portlet.box.purple-wisteria > .portlet-title > .actions .btn-default.active {
        border: 1px solid #dfcae8;
        color: #eadcf0; }

/* Statistic Block */
.dashboard-stat.purple-wisteria {
  background-color: #9B59B6; }
  .dashboard-stat.purple-wisteria .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.purple-wisteria .details .number {
    color: #FFFFFF; }
  .dashboard-stat.purple-wisteria .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.purple-wisteria .more {
    color: #FFFFFF;
    background-color: #924dae; }

/* General Element */
.bg-purple-wisteria {
  border-color: #9B59B6 !important;
  background-image: none !important;
  background-color: #9B59B6 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-purple-wisteria {
  color: #9B59B6 !important; }

.font-purple-wisteria-medium {
  color: #713b87 !important; }

.font-purple-wisteria-dark {
  color: #452452 !important; }

.font-purple-wisteria-light {
  color: #bb8ecd !important; }

/* Colored Borders */
.border-purple-wisteria {
  border: 2px solid #9B59B6 !important;
  border-radius: 8px; }

.border-top-purple-wisteria {
  border-top: 2px solid #9B59B6 !important; }

.border-right-purple-wisteria {
  border-right: 2px solid #9B59B6 !important; }

.border-bottom-purple-wisteria {
  border-bottom: 2px solid #9B59B6 !important; }

.border-left-purple-wisteria {
  border-left: 2px solid #9B59B6 !important; }

label.border-purple-wisteria:hover {
  border-color: #b07cc6 !important; }

a.border-purple-wisteria:hover {
  border-color: #b07cc6 !important; }

/***
Purple Seance
***/
/* Button */
.purple-seance.btn {
  color: #FFFFFF;
  background-color: #9A12B3;
  border-color: ""; }
  .purple-seance.btn:hover, .purple-seance.btn:focus, .purple-seance.btn:active, .purple-seance.btn.active {
    color: #FFFFFF;
    background-color: #7a0e8e; }
  .open .purple-seance.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #7a0e8e; }
  .purple-seance.btn:active, .purple-seance.btn.active {
    background-image: none; }
  .open .purple-seance.btn.dropdown-toggle {
    background-image: none; }
  .purple-seance.btn.disabled, .purple-seance.btn.disabled:hover, .purple-seance.btn.disabled:focus, .purple-seance.btn.disabled:active, .purple-seance.btn.disabled.active, .purple-seance.btn[disabled], .purple-seance.btn[disabled]:hover, .purple-seance.btn[disabled]:focus, .purple-seance.btn[disabled]:active, .purple-seance.btn[disabled].active, fieldset[disabled] .purple-seance.btn, fieldset[disabled] .purple-seance.btn:hover, fieldset[disabled] .purple-seance.btn:focus, fieldset[disabled] .purple-seance.btn:active, fieldset[disabled] .purple-seance.btn.active {
    background-color: #9A12B3; }
  .purple-seance.btn.btn-ghost {
    color: #9A12B3;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #9A12B3;
    box-shadow: inset 0 0 0 1px #9A12B3;
    border-width: 0; }
    .purple-seance.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .purple-seance.btn.btn-ghost.btn-transparent.active, .purple-seance.btn.btn-ghost.btn-transparent.open, .purple-seance.btn.btn-ghost.btn-transparent:focus, .purple-seance.btn.btn-ghost.btn-transparent:active {
        color: #9A12B3;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #9A12B3;
        box-shadow: inset 0 0 0 1px #9A12B3; }
    .purple-seance.btn.btn-ghost.active, .purple-seance.btn.btn-ghost.open, .purple-seance.btn.btn-ghost:focus, .purple-seance.btn.btn-ghost:active {
      color: #9A12B3;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #9A12B3;
      box-shadow: inset 0 0 0 1px #9A12B3; }
  .purple-seance.btn.btn-ghost:hover {
    color: #720d85;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #720d85;
    box-shadow: inset 0 0 0 1px #720d85; }
  .purple-seance.btn .badge {
    color: #9A12B3;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.purple-seance-stripe {
  border-left: 3px solid #9A12B3; }

/* Portlet */
.portlet > .portlet-body.purple-seance,
.portlet.purple-seance {
  background-color: #9A12B3; }

.portlet.solid.purple-seance > .portlet-title,
.portlet.solid.purple-seance > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.purple-seance > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.purple-seance {
  border: 1px solid #c217e1;
  border-top: 0; }
  .portlet.box.purple-seance > .portlet-title {
    background-color: #9A12B3; }
    .portlet.box.purple-seance > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.purple-seance > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.purple-seance > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #d349ed;
      color: #d960ef; }
      .portlet.box.purple-seance > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-seance > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-seance > .portlet-title > .actions .btn-default:active, .portlet.box.purple-seance > .portlet-title > .actions .btn-default.active {
        border: 1px solid #de77f1;
        color: #e48ef4; }

/* Statistic Block */
.dashboard-stat.purple-seance {
  background-color: #9A12B3; }
  .dashboard-stat.purple-seance .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.purple-seance .details .number {
    color: #FFFFFF; }
  .dashboard-stat.purple-seance .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.purple-seance .more {
    color: #FFFFFF;
    background-color: #8a10a0; }

/* General Element */
.bg-purple-seance {
  border-color: #9A12B3 !important;
  background-image: none !important;
  background-color: #9A12B3 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-purple-seance {
  color: #9A12B3 !important; }

.font-purple-seance-medium {
  color: #5e0b6d !important; }

.font-purple-seance-dark {
  color: #220428 !important; }

.font-purple-seance-light {
  color: #cb28e9 !important; }

/* Colored Borders */
.border-purple-seance {
  border: 2px solid #9A12B3 !important;
  border-radius: 8px; }

.border-top-purple-seance {
  border-top: 2px solid #9A12B3 !important; }

.border-right-purple-seance {
  border-right: 2px solid #9A12B3 !important; }

.border-bottom-purple-seance {
  border-bottom: 2px solid #9A12B3 !important; }

.border-left-purple-seance {
  border-left: 2px solid #9A12B3 !important; }

label.border-purple-seance:hover {
  border-color: #c217e1 !important; }

a.border-purple-seance:hover {
  border-color: #c217e1 !important; }

/***
Purple Intense
***/
/* Button */
.purple-intense.btn {
  color: #FFFFFF;
  background-color: #8775a7;
  border-color: ""; }
  .purple-intense.btn:hover, .purple-intense.btn:focus, .purple-intense.btn:active, .purple-intense.btn.active {
    color: #FFFFFF;
    background-color: #725f95; }
  .open .purple-intense.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #725f95; }
  .purple-intense.btn:active, .purple-intense.btn.active {
    background-image: none; }
  .open .purple-intense.btn.dropdown-toggle {
    background-image: none; }
  .purple-intense.btn.disabled, .purple-intense.btn.disabled:hover, .purple-intense.btn.disabled:focus, .purple-intense.btn.disabled:active, .purple-intense.btn.disabled.active, .purple-intense.btn[disabled], .purple-intense.btn[disabled]:hover, .purple-intense.btn[disabled]:focus, .purple-intense.btn[disabled]:active, .purple-intense.btn[disabled].active, fieldset[disabled] .purple-intense.btn, fieldset[disabled] .purple-intense.btn:hover, fieldset[disabled] .purple-intense.btn:focus, fieldset[disabled] .purple-intense.btn:active, fieldset[disabled] .purple-intense.btn.active {
    background-color: #8775a7; }
  .purple-intense.btn.btn-ghost {
    color: #8775a7;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #8775a7;
    box-shadow: inset 0 0 0 1px #8775a7;
    border-width: 0; }
    .purple-intense.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .purple-intense.btn.btn-ghost.btn-transparent.active, .purple-intense.btn.btn-ghost.btn-transparent.open, .purple-intense.btn.btn-ghost.btn-transparent:focus, .purple-intense.btn.btn-ghost.btn-transparent:active {
        color: #8775a7;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #8775a7;
        box-shadow: inset 0 0 0 1px #8775a7; }
    .purple-intense.btn.btn-ghost.active, .purple-intense.btn.btn-ghost.open, .purple-intense.btn.btn-ghost:focus, .purple-intense.btn.btn-ghost:active {
      color: #8775a7;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #8775a7;
      box-shadow: inset 0 0 0 1px #8775a7; }
  .purple-intense.btn.btn-ghost:hover {
    color: #6d5b8e;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #6d5b8e;
    box-shadow: inset 0 0 0 1px #6d5b8e; }
  .purple-intense.btn .badge {
    color: #8775a7;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.purple-intense-stripe {
  border-left: 3px solid #8775a7; }

/* Portlet */
.portlet > .portlet-body.purple-intense,
.portlet.purple-intense {
  background-color: #8775a7; }

.portlet.solid.purple-intense > .portlet-title,
.portlet.solid.purple-intense > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.purple-intense > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.purple-intense {
  border: 1px solid #a294bb;
  border-top: 0; }
  .portlet.box.purple-intense > .portlet-title {
    background-color: #8775a7; }
    .portlet.box.purple-intense > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.purple-intense > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.purple-intense > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #c3bad3;
      color: #d0c9dd; }
      .portlet.box.purple-intense > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-intense > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-intense > .portlet-title > .actions .btn-default:active, .portlet.box.purple-intense > .portlet-title > .actions .btn-default.active {
        border: 1px solid #ded9e7;
        color: #ebe8f0; }

/* Statistic Block */
.dashboard-stat.purple-intense {
  background-color: #8775a7; }
  .dashboard-stat.purple-intense .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.purple-intense .details .number {
    color: #FFFFFF; }
  .dashboard-stat.purple-intense .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.purple-intense .more {
    color: #FFFFFF;
    background-color: #7c699f; }

/* General Element */
.bg-purple-intense {
  border-color: #8775a7 !important;
  background-image: none !important;
  background-color: #8775a7 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-purple-intense {
  color: #8775a7 !important; }

.font-purple-intense-medium {
  color: #61517f !important; }

.font-purple-intense-dark {
  color: #3d3350 !important; }

.font-purple-intense-light {
  color: #b0a4c5 !important; }

/* Colored Borders */
.border-purple-intense {
  border: 2px solid #8775a7 !important;
  border-radius: 8px; }

.border-top-purple-intense {
  border-top: 2px solid #8775a7 !important; }

.border-right-purple-intense {
  border-right: 2px solid #8775a7 !important; }

.border-bottom-purple-intense {
  border-bottom: 2px solid #8775a7 !important; }

.border-left-purple-intense {
  border-left: 2px solid #8775a7 !important; }

label.border-purple-intense:hover {
  border-color: #a294bb !important; }

a.border-purple-intense:hover {
  border-color: #a294bb !important; }

/***
Purple Sharp
***/
/* Button */
.purple-sharp.btn {
  color: #FFFFFF;
  background-color: #796799;
  border-color: ""; }
  .purple-sharp.btn:hover, .purple-sharp.btn:focus, .purple-sharp.btn:active, .purple-sharp.btn.active {
    color: #FFFFFF;
    background-color: #665681; }
  .open .purple-sharp.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #665681; }
  .purple-sharp.btn:active, .purple-sharp.btn.active {
    background-image: none; }
  .open .purple-sharp.btn.dropdown-toggle {
    background-image: none; }
  .purple-sharp.btn.disabled, .purple-sharp.btn.disabled:hover, .purple-sharp.btn.disabled:focus, .purple-sharp.btn.disabled:active, .purple-sharp.btn.disabled.active, .purple-sharp.btn[disabled], .purple-sharp.btn[disabled]:hover, .purple-sharp.btn[disabled]:focus, .purple-sharp.btn[disabled]:active, .purple-sharp.btn[disabled].active, fieldset[disabled] .purple-sharp.btn, fieldset[disabled] .purple-sharp.btn:hover, fieldset[disabled] .purple-sharp.btn:focus, fieldset[disabled] .purple-sharp.btn:active, fieldset[disabled] .purple-sharp.btn.active {
    background-color: #796799; }
  .purple-sharp.btn.btn-ghost {
    color: #796799;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #796799;
    box-shadow: inset 0 0 0 1px #796799;
    border-width: 0; }
    .purple-sharp.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .purple-sharp.btn.btn-ghost.btn-transparent.active, .purple-sharp.btn.btn-ghost.btn-transparent.open, .purple-sharp.btn.btn-ghost.btn-transparent:focus, .purple-sharp.btn.btn-ghost.btn-transparent:active {
        color: #796799;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #796799;
        box-shadow: inset 0 0 0 1px #796799; }
    .purple-sharp.btn.btn-ghost.active, .purple-sharp.btn.btn-ghost.open, .purple-sharp.btn.btn-ghost:focus, .purple-sharp.btn.btn-ghost:active {
      color: #796799;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #796799;
      box-shadow: inset 0 0 0 1px #796799; }
  .purple-sharp.btn.btn-ghost:hover {
    color: #61527b;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #61527b;
    box-shadow: inset 0 0 0 1px #61527b; }
  .purple-sharp.btn .badge {
    color: #796799;
    background-color: #FFFFFF; }

/* Button Strip */
.btn.purple-sharp-stripe {
  border-left: 3px solid #796799; }

/* Portlet */
.portlet > .portlet-body.purple-sharp,
.portlet.purple-sharp {
  background-color: #796799; }

.portlet.solid.purple-sharp > .portlet-title,
.portlet.solid.purple-sharp > .portlet-body {
  border: 0;
  color: #FFFFFF; }
.portlet.solid.purple-sharp > .portlet-title > .caption > i {
  color: #FFFFFF; }

.portlet.box.purple-sharp {
  border: 1px solid #9486ad;
  border-top: 0; }
  .portlet.box.purple-sharp > .portlet-title {
    background-color: #796799; }
    .portlet.box.purple-sharp > .portlet-title > .caption {
      color: #FFFFFF; }
      .portlet.box.purple-sharp > .portlet-title > .caption > i {
        color: #FFFFFF; }
    .portlet.box.purple-sharp > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #b4aac6;
      color: #c2b9d0; }
      .portlet.box.purple-sharp > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-sharp > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-sharp > .portlet-title > .actions .btn-default:active, .portlet.box.purple-sharp > .portlet-title > .actions .btn-default.active {
        border: 1px solid #cfc9db;
        color: #ddd8e5; }

/* Statistic Block */
.dashboard-stat.purple-sharp {
  background-color: #796799; }
  .dashboard-stat.purple-sharp .visual > i {
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.purple-sharp .details .number {
    color: #FFFFFF; }
  .dashboard-stat.purple-sharp .details .desc {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.purple-sharp .more {
    color: #FFFFFF;
    background-color: #6f5f8d; }

/* General Element */
.bg-purple-sharp {
  border-color: #796799 !important;
  background-image: none !important;
  background-color: #796799 !important;
  color: #FFFFFF !important; }

/* General Text & Icon Font Colors */
.font-purple-sharp {
  color: #796799 !important; }

.font-purple-sharp-medium {
  color: #55486b !important; }

.font-purple-sharp-dark {
  color: #31293e !important; }

.font-purple-sharp-light {
  color: #a195b8 !important; }

/* Colored Borders */
.border-purple-sharp {
  border: 2px solid #796799 !important;
  border-radius: 8px; }

.border-top-purple-sharp {
  border-top: 2px solid #796799 !important; }

.border-right-purple-sharp {
  border-right: 2px solid #796799 !important; }

.border-bottom-purple-sharp {
  border-bottom: 2px solid #796799 !important; }

.border-left-purple-sharp {
  border-left: 2px solid #796799 !important; }

label.border-purple-sharp:hover {
  border-color: #9486ad !important; }

a.border-purple-sharp:hover {
  border-color: #9486ad !important; }

/***********
Custom N-Vu
************/
/* Button */
.nvu-green.btn {
  color: #f0f1f2;
  background-color: #33ba89;
  border-color: ""; }
  .nvu-green.btn:hover, .nvu-green.btn:focus, .nvu-green.btn:active, .nvu-green.btn.active {
    color: #f0f1f2;
    background-color: #2a9a71; }
  .open .nvu-green.btn.dropdown-toggle {
    color: #f0f1f2;
    background-color: #2a9a71; }
  .nvu-green.btn:active, .nvu-green.btn.active {
    background-image: none; }
  .open .nvu-green.btn.dropdown-toggle {
    background-image: none; }
  .nvu-green.btn.disabled, .nvu-green.btn.disabled:hover, .nvu-green.btn.disabled:focus, .nvu-green.btn.disabled:active, .nvu-green.btn.disabled.active, .nvu-green.btn[disabled], .nvu-green.btn[disabled]:hover, .nvu-green.btn[disabled]:focus, .nvu-green.btn[disabled]:active, .nvu-green.btn[disabled].active, fieldset[disabled] .nvu-green.btn, fieldset[disabled] .nvu-green.btn:hover, fieldset[disabled] .nvu-green.btn:focus, fieldset[disabled] .nvu-green.btn:active, fieldset[disabled] .nvu-green.btn.active {
    background-color: #33ba89; }
  .nvu-green.btn.btn-ghost {
    color: #33ba89;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #33ba89;
    box-shadow: inset 0 0 0 1px #33ba89;
    border-width: 0; }
    .nvu-green.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .nvu-green.btn.btn-ghost.btn-transparent.active, .nvu-green.btn.btn-ghost.btn-transparent.open, .nvu-green.btn.btn-ghost.btn-transparent:focus, .nvu-green.btn.btn-ghost.btn-transparent:active {
        color: #33ba89;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #33ba89;
        box-shadow: inset 0 0 0 1px #33ba89; }
    .nvu-green.btn.btn-ghost.active, .nvu-green.btn.btn-ghost.open, .nvu-green.btn.btn-ghost:focus, .nvu-green.btn.btn-ghost:active {
      color: #33ba89;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #33ba89;
      box-shadow: inset 0 0 0 1px #33ba89; }
  .nvu-green.btn.btn-ghost:hover {
    color: #28926c;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #28926c;
    box-shadow: inset 0 0 0 1px #28926c; }
  .nvu-green.btn .badge {
    color: #33ba89;
    background-color: #f0f1f2; }

/* Button Strip */
.btn.nvu-green-stripe {
  border-left: 3px solid #33ba89; }

/* Portlet */
.portlet > .portlet-body.nvu-green,
.portlet.nvu-green {
  background-color: #33ba89; }

.portlet.solid.nvu-green > .portlet-title,
.portlet.solid.nvu-green > .portlet-body {
  border: 0;
  color: #f0f1f2; }
.portlet.solid.nvu-green > .portlet-title > .caption > i {
  color: #f0f1f2; }

.portlet.box.nvu-green {
  border: 1px solid #51cfa1;
  border-top: 0; }
  .portlet.box.nvu-green > .portlet-title {
    background-color: #33ba89; }
    .portlet.box.nvu-green > .portlet-title > .caption {
      color: #f0f1f2; }
      .portlet.box.nvu-green > .portlet-title > .caption > i {
        color: #f0f1f2; }
    .portlet.box.nvu-green > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #81dcbb;
      color: #95e2c6; }
      .portlet.box.nvu-green > .portlet-title > .actions .btn-default:hover, .portlet.box.nvu-green > .portlet-title > .actions .btn-default:focus, .portlet.box.nvu-green > .portlet-title > .actions .btn-default:active, .portlet.box.nvu-green > .portlet-title > .actions .btn-default.active {
        border: 1px solid #a9e7d1;
        color: #bdeddb; }

/* Statistic Block */
.dashboard-stat.nvu-green {
  background-color: #33ba89; }
  .dashboard-stat.nvu-green .visual > i {
    color: #f0f1f2;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.nvu-green .details .number {
    color: #f0f1f2; }
  .dashboard-stat.nvu-green .details .desc {
    color: #f0f1f2;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.nvu-green .more {
    color: #f0f1f2;
    background-color: #2faa7d; }

/* General Element */
.bg-nvu-green {
  border-color: #33ba89 !important;
  background-image: none !important;
  background-color: #33ba89 !important;
  color: #f0f1f2 !important; }

/* General Text & Icon Font Colors */
.font-nvu-green {
  color: #33ba89 !important; }

.font-nvu-green-medium {
  color: #237e5d !important; }

.font-nvu-green-dark {
  color: #124231 !important; }

.font-nvu-green-light {
  color: #65d5ac !important; }

/* Colored Borders */
.border-nvu-green {
  border: 2px solid #33ba89 !important;
  border-radius: 8px; }

.border-top-nvu-green {
  border-top: 2px solid #33ba89 !important; }

.border-right-nvu-green {
  border-right: 2px solid #33ba89 !important; }

.border-bottom-nvu-green {
  border-bottom: 2px solid #33ba89 !important; }

.border-left-nvu-green {
  border-left: 2px solid #33ba89 !important; }

label.border-nvu-green:hover {
  border-color: #51cfa1 !important; }

a.border-nvu-green:hover {
  border-color: #51cfa1 !important; }

/* Button */
.nvu-orange.btn {
  color: #f0f1f2;
  background-color: #f6722a;
  border-color: ""; }
  .nvu-orange.btn:hover, .nvu-orange.btn:focus, .nvu-orange.btn:active, .nvu-orange.btn.active {
    color: #f0f1f2;
    background-color: #ed5a0a; }
  .open .nvu-orange.btn.dropdown-toggle {
    color: #f0f1f2;
    background-color: #ed5a0a; }
  .nvu-orange.btn:active, .nvu-orange.btn.active {
    background-image: none; }
  .open .nvu-orange.btn.dropdown-toggle {
    background-image: none; }
  .nvu-orange.btn.disabled, .nvu-orange.btn.disabled:hover, .nvu-orange.btn.disabled:focus, .nvu-orange.btn.disabled:active, .nvu-orange.btn.disabled.active, .nvu-orange.btn[disabled], .nvu-orange.btn[disabled]:hover, .nvu-orange.btn[disabled]:focus, .nvu-orange.btn[disabled]:active, .nvu-orange.btn[disabled].active, fieldset[disabled] .nvu-orange.btn, fieldset[disabled] .nvu-orange.btn:hover, fieldset[disabled] .nvu-orange.btn:focus, fieldset[disabled] .nvu-orange.btn:active, fieldset[disabled] .nvu-orange.btn.active {
    background-color: #f6722a; }
  .nvu-orange.btn.btn-ghost {
    color: #f6722a;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #f6722a;
    box-shadow: inset 0 0 0 1px #f6722a;
    border-width: 0; }
    .nvu-orange.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .nvu-orange.btn.btn-ghost.btn-transparent.active, .nvu-orange.btn.btn-ghost.btn-transparent.open, .nvu-orange.btn.btn-ghost.btn-transparent:focus, .nvu-orange.btn.btn-ghost.btn-transparent:active {
        color: #f6722a;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #f6722a;
        box-shadow: inset 0 0 0 1px #f6722a; }
    .nvu-orange.btn.btn-ghost.active, .nvu-orange.btn.btn-ghost.open, .nvu-orange.btn.btn-ghost:focus, .nvu-orange.btn.btn-ghost:active {
      color: #f6722a;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #f6722a;
      box-shadow: inset 0 0 0 1px #f6722a; }
  .nvu-orange.btn.btn-ghost:hover {
    color: #e3560a;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #e3560a;
    box-shadow: inset 0 0 0 1px #e3560a; }
  .nvu-orange.btn .badge {
    color: #f6722a;
    background-color: #f0f1f2; }

/* Button Strip */
.btn.nvu-orange-stripe {
  border-left: 3px solid #f6722a; }

/* Portlet */
.portlet > .portlet-body.nvu-orange,
.portlet.nvu-orange {
  background-color: #f6722a; }

.portlet.solid.nvu-orange > .portlet-title,
.portlet.solid.nvu-orange > .portlet-body {
  border: 0;
  color: #f0f1f2; }
.portlet.solid.nvu-orange > .portlet-title > .caption > i {
  color: #f0f1f2; }

.portlet.box.nvu-orange {
  border: 1px solid #f8925b;
  border-top: 0; }
  .portlet.box.nvu-orange > .portlet-title {
    background-color: #f6722a; }
    .portlet.box.nvu-orange > .portlet-title > .caption {
      color: #f0f1f2; }
      .portlet.box.nvu-orange > .portlet-title > .caption > i {
        color: #f0f1f2; }
    .portlet.box.nvu-orange > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #fbb996;
      color: #fcc9ae; }
      .portlet.box.nvu-orange > .portlet-title > .actions .btn-default:hover, .portlet.box.nvu-orange > .portlet-title > .actions .btn-default:focus, .portlet.box.nvu-orange > .portlet-title > .actions .btn-default:active, .portlet.box.nvu-orange > .portlet-title > .actions .btn-default.active {
        border: 1px solid #fddac7;
        color: #feeadf; }

/* Statistic Block */
.dashboard-stat.nvu-orange {
  background-color: #f6722a; }
  .dashboard-stat.nvu-orange .visual > i {
    color: #f0f1f2;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.nvu-orange .details .number {
    color: #f0f1f2; }
  .dashboard-stat.nvu-orange .details .desc {
    color: #f0f1f2;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.nvu-orange .more {
    color: #f0f1f2;
    background-color: #f56516; }

/* General Element */
.bg-nvu-orange {
  border-color: #f6722a !important;
  background-image: none !important;
  background-color: #f6722a !important;
  color: #f0f1f2 !important; }

/* General Text & Icon Font Colors */
.font-nvu-orange {
  color: #f6722a !important; }

.font-nvu-orange-medium {
  color: #cb4d09 !important; }

.font-nvu-orange-dark {
  color: #823105 !important; }

.font-nvu-orange-light {
  color: #f9a373 !important; }

/* Colored Borders */
.border-nvu-orange {
  border: 2px solid #f6722a !important;
  border-radius: 8px; }

.border-top-nvu-orange {
  border-top: 2px solid #f6722a !important; }

.border-right-nvu-orange {
  border-right: 2px solid #f6722a !important; }

.border-bottom-nvu-orange {
  border-bottom: 2px solid #f6722a !important; }

.border-left-nvu-orange {
  border-left: 2px solid #f6722a !important; }

label.border-nvu-orange:hover {
  border-color: #f8925b !important; }

a.border-nvu-orange:hover {
  border-color: #f8925b !important; }

/* Button */
.nvu-red.btn {
  color: #f0f1f2;
  background-color: #e26f99;
  border-color: ""; }
  .nvu-red.btn:hover, .nvu-red.btn:focus, .nvu-red.btn:active, .nvu-red.btn.active {
    color: #f0f1f2;
    background-color: #db4d81; }
  .open .nvu-red.btn.dropdown-toggle {
    color: #f0f1f2;
    background-color: #db4d81; }
  .nvu-red.btn:active, .nvu-red.btn.active {
    background-image: none; }
  .open .nvu-red.btn.dropdown-toggle {
    background-image: none; }
  .nvu-red.btn.disabled, .nvu-red.btn.disabled:hover, .nvu-red.btn.disabled:focus, .nvu-red.btn.disabled:active, .nvu-red.btn.disabled.active, .nvu-red.btn[disabled], .nvu-red.btn[disabled]:hover, .nvu-red.btn[disabled]:focus, .nvu-red.btn[disabled]:active, .nvu-red.btn[disabled].active, fieldset[disabled] .nvu-red.btn, fieldset[disabled] .nvu-red.btn:hover, fieldset[disabled] .nvu-red.btn:focus, fieldset[disabled] .nvu-red.btn:active, fieldset[disabled] .nvu-red.btn.active {
    background-color: #e26f99; }
  .nvu-red.btn.btn-ghost {
    color: #e26f99;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #e26f99;
    box-shadow: inset 0 0 0 1px #e26f99;
    border-width: 0; }
    .nvu-red.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .nvu-red.btn.btn-ghost.btn-transparent.active, .nvu-red.btn.btn-ghost.btn-transparent.open, .nvu-red.btn.btn-ghost.btn-transparent:focus, .nvu-red.btn.btn-ghost.btn-transparent:active {
        color: #e26f99;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #e26f99;
        box-shadow: inset 0 0 0 1px #e26f99; }
    .nvu-red.btn.btn-ghost.active, .nvu-red.btn.btn-ghost.open, .nvu-red.btn.btn-ghost:focus, .nvu-red.btn.btn-ghost:active {
      color: #e26f99;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #e26f99;
      box-shadow: inset 0 0 0 1px #e26f99; }
  .nvu-red.btn.btn-ghost:hover {
    color: #d9457b;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #d9457b;
    box-shadow: inset 0 0 0 1px #d9457b; }
  .nvu-red.btn .badge {
    color: #e26f99;
    background-color: #f0f1f2; }

/* Button Strip */
.btn.nvu-red-stripe {
  border-left: 3px solid #e26f99; }

/* Portlet */
.portlet > .portlet-body.nvu-red,
.portlet.nvu-red {
  background-color: #e26f99; }

.portlet.solid.nvu-red > .portlet-title,
.portlet.solid.nvu-red > .portlet-body {
  border: 0;
  color: #f0f1f2; }
.portlet.solid.nvu-red > .portlet-title > .caption > i {
  color: #f0f1f2; }

.portlet.box.nvu-red {
  border: 1px solid #eb99b7;
  border-top: 0; }
  .portlet.box.nvu-red > .portlet-title {
    background-color: #e26f99; }
    .portlet.box.nvu-red > .portlet-title > .caption {
      color: #f0f1f2; }
      .portlet.box.nvu-red > .portlet-title > .caption > i {
        color: #f0f1f2; }
    .portlet.box.nvu-red > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #f5ccdb;
      color: #f9e2ea; }
      .portlet.box.nvu-red > .portlet-title > .actions .btn-default:hover, .portlet.box.nvu-red > .portlet-title > .actions .btn-default:focus, .portlet.box.nvu-red > .portlet-title > .actions .btn-default:active, .portlet.box.nvu-red > .portlet-title > .actions .btn-default.active {
        border: 1px solid #fdf7f9;
        color: white; }

/* Statistic Block */
.dashboard-stat.nvu-red {
  background-color: #e26f99; }
  .dashboard-stat.nvu-red .visual > i {
    color: #f0f1f2;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.nvu-red .details .number {
    color: #f0f1f2; }
  .dashboard-stat.nvu-red .details .desc {
    color: #f0f1f2;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.nvu-red .more {
    color: #f0f1f2;
    background-color: #df5e8d; }

/* General Element */
.bg-nvu-red {
  border-color: #e26f99 !important;
  background-image: none !important;
  background-color: #e26f99 !important;
  color: #f0f1f2 !important; }

/* General Text & Icon Font Colors */
.font-nvu-red {
  color: #e26f99 !important; }

.font-nvu-red-medium {
  color: #d52f6c !important; }

.font-nvu-red-dark {
  color: #991f4c !important; }

.font-nvu-red-light {
  color: #efafc6 !important; }

/* Colored Borders */
.border-nvu-red {
  border: 2px solid #e26f99 !important;
  border-radius: 8px; }

.border-top-nvu-red {
  border-top: 2px solid #e26f99 !important; }

.border-right-nvu-red {
  border-right: 2px solid #e26f99 !important; }

.border-bottom-nvu-red {
  border-bottom: 2px solid #e26f99 !important; }

.border-left-nvu-red {
  border-left: 2px solid #e26f99 !important; }

label.border-nvu-red:hover {
  border-color: #eb99b7 !important; }

a.border-nvu-red:hover {
  border-color: #eb99b7 !important; }

/* Button */
.nvu-blue.btn {
  color: #f0f1f2;
  background-color: #316cbe;
  border-color: ""; }
  .nvu-blue.btn:hover, .nvu-blue.btn:focus, .nvu-blue.btn:active, .nvu-blue.btn.active {
    color: #f0f1f2;
    background-color: #295a9e; }
  .open .nvu-blue.btn.dropdown-toggle {
    color: #f0f1f2;
    background-color: #295a9e; }
  .nvu-blue.btn:active, .nvu-blue.btn.active {
    background-image: none; }
  .open .nvu-blue.btn.dropdown-toggle {
    background-image: none; }
  .nvu-blue.btn.disabled, .nvu-blue.btn.disabled:hover, .nvu-blue.btn.disabled:focus, .nvu-blue.btn.disabled:active, .nvu-blue.btn.disabled.active, .nvu-blue.btn[disabled], .nvu-blue.btn[disabled]:hover, .nvu-blue.btn[disabled]:focus, .nvu-blue.btn[disabled]:active, .nvu-blue.btn[disabled].active, fieldset[disabled] .nvu-blue.btn, fieldset[disabled] .nvu-blue.btn:hover, fieldset[disabled] .nvu-blue.btn:focus, fieldset[disabled] .nvu-blue.btn:active, fieldset[disabled] .nvu-blue.btn.active {
    background-color: #316cbe; }
  .nvu-blue.btn.btn-ghost {
    color: #316cbe;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #316cbe;
    box-shadow: inset 0 0 0 1px #316cbe;
    border-width: 0; }
    .nvu-blue.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .nvu-blue.btn.btn-ghost.btn-transparent.active, .nvu-blue.btn.btn-ghost.btn-transparent.open, .nvu-blue.btn.btn-ghost.btn-transparent:focus, .nvu-blue.btn.btn-ghost.btn-transparent:active {
        color: #316cbe;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #316cbe;
        box-shadow: inset 0 0 0 1px #316cbe; }
    .nvu-blue.btn.btn-ghost.active, .nvu-blue.btn.btn-ghost.open, .nvu-blue.btn.btn-ghost:focus, .nvu-blue.btn.btn-ghost:active {
      color: #316cbe;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #316cbe;
      box-shadow: inset 0 0 0 1px #316cbe; }
  .nvu-blue.btn.btn-ghost:hover {
    color: #275595;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #275595;
    box-shadow: inset 0 0 0 1px #275595; }
  .nvu-blue.btn .badge {
    color: #316cbe;
    background-color: #f0f1f2; }

/* Button Strip */
.btn.nvu-blue-stripe {
  border-left: 3px solid #316cbe; }

/* Portlet */
.portlet > .portlet-body.nvu-blue,
.portlet.nvu-blue {
  background-color: #316cbe; }

.portlet.solid.nvu-blue > .portlet-title,
.portlet.solid.nvu-blue > .portlet-body {
  border: 0;
  color: #f0f1f2; }
.portlet.solid.nvu-blue > .portlet-title > .caption > i {
  color: #f0f1f2; }

.portlet.box.nvu-blue {
  border: 1px solid #5086d2;
  border-top: 0; }
  .portlet.box.nvu-blue > .portlet-title {
    background-color: #316cbe; }
    .portlet.box.nvu-blue > .portlet-title > .caption {
      color: #f0f1f2; }
      .portlet.box.nvu-blue > .portlet-title > .caption > i {
        color: #f0f1f2; }
    .portlet.box.nvu-blue > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #81a8de;
      color: #95b6e4; }
      .portlet.box.nvu-blue > .portlet-title > .actions .btn-default:hover, .portlet.box.nvu-blue > .portlet-title > .actions .btn-default:focus, .portlet.box.nvu-blue > .portlet-title > .actions .btn-default:active, .portlet.box.nvu-blue > .portlet-title > .actions .btn-default.active {
        border: 1px solid #a9c4e9;
        color: #bed2ee; }

/* Statistic Block */
.dashboard-stat.nvu-blue {
  background-color: #316cbe; }
  .dashboard-stat.nvu-blue .visual > i {
    color: #f0f1f2;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.nvu-blue .details .number {
    color: #f0f1f2; }
  .dashboard-stat.nvu-blue .details .desc {
    color: #f0f1f2;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.nvu-blue .more {
    color: #f0f1f2;
    background-color: #2d63ae; }

/* General Element */
.bg-nvu-blue {
  border-color: #316cbe !important;
  background-image: none !important;
  background-color: #316cbe !important;
  color: #f0f1f2 !important; }

/* General Text & Icon Font Colors */
.font-nvu-blue {
  color: #316cbe !important; }

.font-nvu-blue-medium {
  color: #214981 !important; }

.font-nvu-blue-dark {
  color: #122744 !important; }

.font-nvu-blue-light {
  color: #6494d7 !important; }

/* Colored Borders */
.border-nvu-blue {
  border: 2px solid #316cbe !important;
  border-radius: 8px; }

.border-top-nvu-blue {
  border-top: 2px solid #316cbe !important; }

.border-right-nvu-blue {
  border-right: 2px solid #316cbe !important; }

.border-bottom-nvu-blue {
  border-bottom: 2px solid #316cbe !important; }

.border-left-nvu-blue {
  border-left: 2px solid #316cbe !important; }

label.border-nvu-blue:hover {
  border-color: #5086d2 !important; }

a.border-nvu-blue:hover {
  border-color: #5086d2 !important; }

/* Button */
.nvu-light-gray.btn {
  color: #f0f1f2;
  background-color: #c6c6c6;
  border-color: ""; }
  .nvu-light-gray.btn:hover, .nvu-light-gray.btn:focus, .nvu-light-gray.btn:active, .nvu-light-gray.btn.active {
    color: #f0f1f2;
    background-color: #b2b2b2; }
  .open .nvu-light-gray.btn.dropdown-toggle {
    color: #f0f1f2;
    background-color: #b2b2b2; }
  .nvu-light-gray.btn:active, .nvu-light-gray.btn.active {
    background-image: none; }
  .open .nvu-light-gray.btn.dropdown-toggle {
    background-image: none; }
  .nvu-light-gray.btn.disabled, .nvu-light-gray.btn.disabled:hover, .nvu-light-gray.btn.disabled:focus, .nvu-light-gray.btn.disabled:active, .nvu-light-gray.btn.disabled.active, .nvu-light-gray.btn[disabled], .nvu-light-gray.btn[disabled]:hover, .nvu-light-gray.btn[disabled]:focus, .nvu-light-gray.btn[disabled]:active, .nvu-light-gray.btn[disabled].active, fieldset[disabled] .nvu-light-gray.btn, fieldset[disabled] .nvu-light-gray.btn:hover, fieldset[disabled] .nvu-light-gray.btn:focus, fieldset[disabled] .nvu-light-gray.btn:active, fieldset[disabled] .nvu-light-gray.btn.active {
    background-color: #c6c6c6; }
  .nvu-light-gray.btn.btn-ghost {
    color: #c6c6c6;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #c6c6c6;
    box-shadow: inset 0 0 0 1px #c6c6c6;
    border-width: 0; }
    .nvu-light-gray.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .nvu-light-gray.btn.btn-ghost.btn-transparent.active, .nvu-light-gray.btn.btn-ghost.btn-transparent.open, .nvu-light-gray.btn.btn-ghost.btn-transparent:focus, .nvu-light-gray.btn.btn-ghost.btn-transparent:active {
        color: #c6c6c6;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #c6c6c6;
        box-shadow: inset 0 0 0 1px #c6c6c6; }
    .nvu-light-gray.btn.btn-ghost.active, .nvu-light-gray.btn.btn-ghost.open, .nvu-light-gray.btn.btn-ghost:focus, .nvu-light-gray.btn.btn-ghost:active {
      color: #c6c6c6;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #c6c6c6;
      box-shadow: inset 0 0 0 1px #c6c6c6; }
  .nvu-light-gray.btn.btn-ghost:hover {
    color: #adadad;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #adadad;
    box-shadow: inset 0 0 0 1px #adadad; }
  .nvu-light-gray.btn .badge {
    color: #c6c6c6;
    background-color: #f0f1f2; }

/* Button Strip */
.btn.nvu-light-gray-stripe {
  border-left: 3px solid #c6c6c6; }

/* Portlet */
.portlet > .portlet-body.nvu-light-gray,
.portlet.nvu-light-gray {
  background-color: #c6c6c6; }

.portlet.solid.nvu-light-gray > .portlet-title,
.portlet.solid.nvu-light-gray > .portlet-body {
  border: 0;
  color: #f0f1f2; }
.portlet.solid.nvu-light-gray > .portlet-title > .caption > i {
  color: #f0f1f2; }

.portlet.box.nvu-light-gray {
  border: 1px solid #e0e0e0;
  border-top: 0; }
  .portlet.box.nvu-light-gray > .portlet-title {
    background-color: #c6c6c6; }
    .portlet.box.nvu-light-gray > .portlet-title > .caption {
      color: #f0f1f2; }
      .portlet.box.nvu-light-gray > .portlet-title > .caption > i {
        color: #f0f1f2; }
    .portlet.box.nvu-light-gray > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #fefefe;
      color: white; }
      .portlet.box.nvu-light-gray > .portlet-title > .actions .btn-default:hover, .portlet.box.nvu-light-gray > .portlet-title > .actions .btn-default:focus, .portlet.box.nvu-light-gray > .portlet-title > .actions .btn-default:active, .portlet.box.nvu-light-gray > .portlet-title > .actions .btn-default.active {
        border: 1px solid white;
        color: white; }

/* Statistic Block */
.dashboard-stat.nvu-light-gray {
  background-color: #c6c6c6; }
  .dashboard-stat.nvu-light-gray .visual > i {
    color: #f0f1f2;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.nvu-light-gray .details .number {
    color: #f0f1f2; }
  .dashboard-stat.nvu-light-gray .details .desc {
    color: #f0f1f2;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.nvu-light-gray .more {
    color: #f0f1f2;
    background-color: #bcbcbc; }

/* General Element */
.bg-nvu-light-gray {
  border-color: #c6c6c6 !important;
  background-image: none !important;
  background-color: #c6c6c6 !important;
  color: #f0f1f2 !important; }

/* General Text & Icon Font Colors */
.font-nvu-light-gray {
  color: #c6c6c6 !important; }

.font-nvu-light-gray-medium {
  color: #a0a0a0 !important; }

.font-nvu-light-gray-dark {
  color: #7a7a7a !important; }

.font-nvu-light-gray-light {
  color: #ececec !important; }

/* Colored Borders */
.border-nvu-light-gray {
  border: 2px solid #c6c6c6 !important;
  border-radius: 8px; }

.border-top-nvu-light-gray {
  border-top: 2px solid #c6c6c6 !important; }

.border-right-nvu-light-gray {
  border-right: 2px solid #c6c6c6 !important; }

.border-bottom-nvu-light-gray {
  border-bottom: 2px solid #c6c6c6 !important; }

.border-left-nvu-light-gray {
  border-left: 2px solid #c6c6c6 !important; }

label.border-nvu-light-gray:hover {
  border-color: #e0e0e0 !important; }

a.border-nvu-light-gray:hover {
  border-color: #e0e0e0 !important; }

/* Button */
.nvu-gray.btn {
  color: #f0f1f2;
  background-color: #888888;
  border-color: ""; }
  .nvu-gray.btn:hover, .nvu-gray.btn:focus, .nvu-gray.btn:active, .nvu-gray.btn.active {
    color: #f0f1f2;
    background-color: #747474; }
  .open .nvu-gray.btn.dropdown-toggle {
    color: #f0f1f2;
    background-color: #747474; }
  .nvu-gray.btn:active, .nvu-gray.btn.active {
    background-image: none; }
  .open .nvu-gray.btn.dropdown-toggle {
    background-image: none; }
  .nvu-gray.btn.disabled, .nvu-gray.btn.disabled:hover, .nvu-gray.btn.disabled:focus, .nvu-gray.btn.disabled:active, .nvu-gray.btn.disabled.active, .nvu-gray.btn[disabled], .nvu-gray.btn[disabled]:hover, .nvu-gray.btn[disabled]:focus, .nvu-gray.btn[disabled]:active, .nvu-gray.btn[disabled].active, fieldset[disabled] .nvu-gray.btn, fieldset[disabled] .nvu-gray.btn:hover, fieldset[disabled] .nvu-gray.btn:focus, fieldset[disabled] .nvu-gray.btn:active, fieldset[disabled] .nvu-gray.btn.active {
    background-color: #888888; }
  .nvu-gray.btn.btn-ghost {
    color: #888888;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #888888;
    box-shadow: inset 0 0 0 1px #888888;
    border-width: 0; }
    .nvu-gray.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .nvu-gray.btn.btn-ghost.btn-transparent.active, .nvu-gray.btn.btn-ghost.btn-transparent.open, .nvu-gray.btn.btn-ghost.btn-transparent:focus, .nvu-gray.btn.btn-ghost.btn-transparent:active {
        color: #888888;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #888888;
        box-shadow: inset 0 0 0 1px #888888; }
    .nvu-gray.btn.btn-ghost.active, .nvu-gray.btn.btn-ghost.open, .nvu-gray.btn.btn-ghost:focus, .nvu-gray.btn.btn-ghost:active {
      color: #888888;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #888888;
      box-shadow: inset 0 0 0 1px #888888; }
  .nvu-gray.btn.btn-ghost:hover {
    color: #6f6f6f;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #6f6f6f;
    box-shadow: inset 0 0 0 1px #6f6f6f; }
  .nvu-gray.btn .badge {
    color: #888888;
    background-color: #f0f1f2; }

/* Button Strip */
.btn.nvu-gray-stripe {
  border-left: 3px solid #888888; }

/* Portlet */
.portlet > .portlet-body.nvu-gray,
.portlet.nvu-gray {
  background-color: #888888; }

.portlet.solid.nvu-gray > .portlet-title,
.portlet.solid.nvu-gray > .portlet-body {
  border: 0;
  color: #f0f1f2; }
.portlet.solid.nvu-gray > .portlet-title > .caption > i {
  color: #f0f1f2; }

.portlet.box.nvu-gray {
  border: 1px solid #a2a2a2;
  border-top: 0; }
  .portlet.box.nvu-gray > .portlet-title {
    background-color: #888888; }
    .portlet.box.nvu-gray > .portlet-title > .caption {
      color: #f0f1f2; }
      .portlet.box.nvu-gray > .portlet-title > .caption > i {
        color: #f0f1f2; }
    .portlet.box.nvu-gray > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid silver;
      color: #cdcdcd; }
      .portlet.box.nvu-gray > .portlet-title > .actions .btn-default:hover, .portlet.box.nvu-gray > .portlet-title > .actions .btn-default:focus, .portlet.box.nvu-gray > .portlet-title > .actions .btn-default:active, .portlet.box.nvu-gray > .portlet-title > .actions .btn-default.active {
        border: 1px solid #dadada;
        color: #e6e6e6; }

/* Statistic Block */
.dashboard-stat.nvu-gray {
  background-color: #888888; }
  .dashboard-stat.nvu-gray .visual > i {
    color: #f0f1f2;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.nvu-gray .details .number {
    color: #f0f1f2; }
  .dashboard-stat.nvu-gray .details .desc {
    color: #f0f1f2;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.nvu-gray .more {
    color: #f0f1f2;
    background-color: #7e7e7e; }

/* General Element */
.bg-nvu-gray {
  border-color: #888888 !important;
  background-image: none !important;
  background-color: #888888 !important;
  color: #f0f1f2 !important; }

/* General Text & Icon Font Colors */
.font-nvu-gray {
  color: #888888 !important; }

.font-nvu-gray-medium {
  color: #626262 !important; }

.font-nvu-gray-dark {
  color: #3c3c3c !important; }

.font-nvu-gray-light {
  color: #aeaeae !important; }

/* Colored Borders */
.border-nvu-gray {
  border: 2px solid #888888 !important;
  border-radius: 8px; }

.border-top-nvu-gray {
  border-top: 2px solid #888888 !important; }

.border-right-nvu-gray {
  border-right: 2px solid #888888 !important; }

.border-bottom-nvu-gray {
  border-bottom: 2px solid #888888 !important; }

.border-left-nvu-gray {
  border-left: 2px solid #888888 !important; }

label.border-nvu-gray:hover {
  border-color: #a2a2a2 !important; }

a.border-nvu-gray:hover {
  border-color: #a2a2a2 !important; }

/* Button */
.nvu-dark-gray.btn {
  color: #f0f1f2;
  background-color: #0e1c2e;
  border-color: ""; }
  .nvu-dark-gray.btn:hover, .nvu-dark-gray.btn:focus, .nvu-dark-gray.btn:active, .nvu-dark-gray.btn.active {
    color: #f0f1f2;
    background-color: #04090f; }
  .open .nvu-dark-gray.btn.dropdown-toggle {
    color: #f0f1f2;
    background-color: #04090f; }
  .nvu-dark-gray.btn:active, .nvu-dark-gray.btn.active {
    background-image: none; }
  .open .nvu-dark-gray.btn.dropdown-toggle {
    background-image: none; }
  .nvu-dark-gray.btn.disabled, .nvu-dark-gray.btn.disabled:hover, .nvu-dark-gray.btn.disabled:focus, .nvu-dark-gray.btn.disabled:active, .nvu-dark-gray.btn.disabled.active, .nvu-dark-gray.btn[disabled], .nvu-dark-gray.btn[disabled]:hover, .nvu-dark-gray.btn[disabled]:focus, .nvu-dark-gray.btn[disabled]:active, .nvu-dark-gray.btn[disabled].active, fieldset[disabled] .nvu-dark-gray.btn, fieldset[disabled] .nvu-dark-gray.btn:hover, fieldset[disabled] .nvu-dark-gray.btn:focus, fieldset[disabled] .nvu-dark-gray.btn:active, fieldset[disabled] .nvu-dark-gray.btn.active {
    background-color: #0e1c2e; }
  .nvu-dark-gray.btn.btn-ghost {
    color: #0e1c2e;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #0e1c2e;
    box-shadow: inset 0 0 0 1px #0e1c2e;
    border-width: 0; }
    .nvu-dark-gray.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .nvu-dark-gray.btn.btn-ghost.btn-transparent.active, .nvu-dark-gray.btn.btn-ghost.btn-transparent.open, .nvu-dark-gray.btn.btn-ghost.btn-transparent:focus, .nvu-dark-gray.btn.btn-ghost.btn-transparent:active {
        color: #0e1c2e;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #0e1c2e;
        box-shadow: inset 0 0 0 1px #0e1c2e; }
    .nvu-dark-gray.btn.btn-ghost.active, .nvu-dark-gray.btn.btn-ghost.open, .nvu-dark-gray.btn.btn-ghost:focus, .nvu-dark-gray.btn.btn-ghost:active {
      color: #0e1c2e;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #0e1c2e;
      box-shadow: inset 0 0 0 1px #0e1c2e; }
  .nvu-dark-gray.btn.btn-ghost:hover {
    color: #020407;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #020407;
    box-shadow: inset 0 0 0 1px #020407; }
  .nvu-dark-gray.btn .badge {
    color: #0e1c2e;
    background-color: #f0f1f2; }

/* Button Strip */
.btn.nvu-dark-gray-stripe {
  border-left: 3px solid #0e1c2e; }

/* Portlet */
.portlet > .portlet-body.nvu-dark-gray,
.portlet.nvu-dark-gray {
  background-color: #0e1c2e; }

.portlet.solid.nvu-dark-gray > .portlet-title,
.portlet.solid.nvu-dark-gray > .portlet-body {
  border: 0;
  color: #f0f1f2; }
.portlet.solid.nvu-dark-gray > .portlet-title > .caption > i {
  color: #f0f1f2; }

.portlet.box.nvu-dark-gray {
  border: 1px solid #1a3455;
  border-top: 0; }
  .portlet.box.nvu-dark-gray > .portlet-title {
    background-color: #0e1c2e; }
    .portlet.box.nvu-dark-gray > .portlet-title > .caption {
      color: #f0f1f2; }
      .portlet.box.nvu-dark-gray > .portlet-title > .caption > i {
        color: #f0f1f2; }
    .portlet.box.nvu-dark-gray > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #285084;
      color: #2e5c98; }
      .portlet.box.nvu-dark-gray > .portlet-title > .actions .btn-default:hover, .portlet.box.nvu-dark-gray > .portlet-title > .actions .btn-default:focus, .portlet.box.nvu-dark-gray > .portlet-title > .actions .btn-default:active, .portlet.box.nvu-dark-gray > .portlet-title > .actions .btn-default.active {
        border: 1px solid #3468ab;
        color: #3a74bf; }

/* Statistic Block */
.dashboard-stat.nvu-dark-gray {
  background-color: #0e1c2e; }
  .dashboard-stat.nvu-dark-gray .visual > i {
    color: #f0f1f2;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.nvu-dark-gray .details .number {
    color: #f0f1f2; }
  .dashboard-stat.nvu-dark-gray .details .desc {
    color: #f0f1f2;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.nvu-dark-gray .more {
    color: #f0f1f2;
    background-color: #09121e; }

/* General Element */
.bg-nvu-dark-gray {
  border-color: #0e1c2e !important;
  background-image: none !important;
  background-color: #0e1c2e !important;
  color: #f0f1f2 !important; }

/* General Text & Icon Font Colors */
.font-nvu-dark-gray {
  color: #0e1c2e !important; }

.font-nvu-dark-gray-medium {
  color: black !important; }

.font-nvu-dark-gray-dark {
  color: black !important; }

.font-nvu-dark-gray-light {
  color: #204069 !important; }

/* Colored Borders */
.border-nvu-dark-gray {
  border: 2px solid #0e1c2e !important;
  border-radius: 8px; }

.border-top-nvu-dark-gray {
  border-top: 2px solid #0e1c2e !important; }

.border-right-nvu-dark-gray {
  border-right: 2px solid #0e1c2e !important; }

.border-bottom-nvu-dark-gray {
  border-bottom: 2px solid #0e1c2e !important; }

.border-left-nvu-dark-gray {
  border-left: 2px solid #0e1c2e !important; }

label.border-nvu-dark-gray:hover {
  border-color: #1a3455 !important; }

a.border-nvu-dark-gray:hover {
  border-color: #1a3455 !important; }

/* Button */
.nvu-facebook.btn {
  color: #f0f1f2;
  background-color: #3b5998;
  border-color: ""; }
  .nvu-facebook.btn:hover, .nvu-facebook.btn:focus, .nvu-facebook.btn:active, .nvu-facebook.btn.active {
    color: #f0f1f2;
    background-color: #30487b; }
  .open .nvu-facebook.btn.dropdown-toggle {
    color: #f0f1f2;
    background-color: #30487b; }
  .nvu-facebook.btn:active, .nvu-facebook.btn.active {
    background-image: none; }
  .open .nvu-facebook.btn.dropdown-toggle {
    background-image: none; }
  .nvu-facebook.btn.disabled, .nvu-facebook.btn.disabled:hover, .nvu-facebook.btn.disabled:focus, .nvu-facebook.btn.disabled:active, .nvu-facebook.btn.disabled.active, .nvu-facebook.btn[disabled], .nvu-facebook.btn[disabled]:hover, .nvu-facebook.btn[disabled]:focus, .nvu-facebook.btn[disabled]:active, .nvu-facebook.btn[disabled].active, fieldset[disabled] .nvu-facebook.btn, fieldset[disabled] .nvu-facebook.btn:hover, fieldset[disabled] .nvu-facebook.btn:focus, fieldset[disabled] .nvu-facebook.btn:active, fieldset[disabled] .nvu-facebook.btn.active {
    background-color: #3b5998; }
  .nvu-facebook.btn.btn-ghost {
    color: #3b5998;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #3b5998;
    box-shadow: inset 0 0 0 1px #3b5998;
    border-width: 0; }
    .nvu-facebook.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .nvu-facebook.btn.btn-ghost.btn-transparent.active, .nvu-facebook.btn.btn-ghost.btn-transparent.open, .nvu-facebook.btn.btn-ghost.btn-transparent:focus, .nvu-facebook.btn.btn-ghost.btn-transparent:active {
        color: #3b5998;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #3b5998;
        box-shadow: inset 0 0 0 1px #3b5998; }
    .nvu-facebook.btn.btn-ghost.active, .nvu-facebook.btn.btn-ghost.open, .nvu-facebook.btn.btn-ghost:focus, .nvu-facebook.btn.btn-ghost:active {
      color: #3b5998;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #3b5998;
      box-shadow: inset 0 0 0 1px #3b5998; }
  .nvu-facebook.btn.btn-ghost:hover {
    color: #2d4373;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #2d4373;
    box-shadow: inset 0 0 0 1px #2d4373; }
  .nvu-facebook.btn .badge {
    color: #3b5998;
    background-color: #f0f1f2; }

/* Button Strip */
.btn.nvu-facebook-stripe {
  border-left: 3px solid #3b5998; }

/* Portlet */
.portlet > .portlet-body.nvu-facebook,
.portlet.nvu-facebook {
  background-color: #3b5998; }

.portlet.solid.nvu-facebook > .portlet-title,
.portlet.solid.nvu-facebook > .portlet-body {
  border: 0;
  color: #f0f1f2; }
.portlet.solid.nvu-facebook > .portlet-title > .caption > i {
  color: #f0f1f2; }

.portlet.box.nvu-facebook {
  border: 1px solid #4c70ba;
  border-top: 0; }
  .portlet.box.nvu-facebook > .portlet-title {
    background-color: #3b5998; }
    .portlet.box.nvu-facebook > .portlet-title > .caption {
      color: #f0f1f2; }
      .portlet.box.nvu-facebook > .portlet-title > .caption > i {
        color: #f0f1f2; }
    .portlet.box.nvu-facebook > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #7893cb;
      color: #8ba2d2; }
      .portlet.box.nvu-facebook > .portlet-title > .actions .btn-default:hover, .portlet.box.nvu-facebook > .portlet-title > .actions .btn-default:focus, .portlet.box.nvu-facebook > .portlet-title > .actions .btn-default:active, .portlet.box.nvu-facebook > .portlet-title > .actions .btn-default.active {
        border: 1px solid #9db0d9;
        color: #b0bfe0; }

/* Statistic Block */
.dashboard-stat.nvu-facebook {
  background-color: #3b5998; }
  .dashboard-stat.nvu-facebook .visual > i {
    color: #f0f1f2;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.nvu-facebook .details .number {
    color: #f0f1f2; }
  .dashboard-stat.nvu-facebook .details .desc {
    color: #f0f1f2;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.nvu-facebook .more {
    color: #f0f1f2;
    background-color: #355089; }

/* General Element */
.bg-nvu-facebook {
  border-color: #3b5998 !important;
  background-image: none !important;
  background-color: #3b5998 !important;
  color: #f0f1f2 !important; }

/* General Text & Icon Font Colors */
.font-nvu-facebook {
  color: #3b5998 !important; }

.font-nvu-facebook-medium {
  color: #263961 !important; }

.font-nvu-facebook-dark {
  color: #10182a !important; }

.font-nvu-facebook-light {
  color: #5f7ec1 !important; }

/* Colored Borders */
.border-nvu-facebook {
  border: 2px solid #3b5998 !important;
  border-radius: 8px; }

.border-top-nvu-facebook {
  border-top: 2px solid #3b5998 !important; }

.border-right-nvu-facebook {
  border-right: 2px solid #3b5998 !important; }

.border-bottom-nvu-facebook {
  border-bottom: 2px solid #3b5998 !important; }

.border-left-nvu-facebook {
  border-left: 2px solid #3b5998 !important; }

label.border-nvu-facebook:hover {
  border-color: #4c70ba !important; }

a.border-nvu-facebook:hover {
  border-color: #4c70ba !important; }

/* Button */
.nvu-twitter.btn {
  color: #f0f1f2;
  background-color: #3b8398;
  border-color: ""; }
  .nvu-twitter.btn:hover, .nvu-twitter.btn:focus, .nvu-twitter.btn:active, .nvu-twitter.btn.active {
    color: #f0f1f2;
    background-color: #306a7b; }
  .open .nvu-twitter.btn.dropdown-toggle {
    color: #f0f1f2;
    background-color: #306a7b; }
  .nvu-twitter.btn:active, .nvu-twitter.btn.active {
    background-image: none; }
  .open .nvu-twitter.btn.dropdown-toggle {
    background-image: none; }
  .nvu-twitter.btn.disabled, .nvu-twitter.btn.disabled:hover, .nvu-twitter.btn.disabled:focus, .nvu-twitter.btn.disabled:active, .nvu-twitter.btn.disabled.active, .nvu-twitter.btn[disabled], .nvu-twitter.btn[disabled]:hover, .nvu-twitter.btn[disabled]:focus, .nvu-twitter.btn[disabled]:active, .nvu-twitter.btn[disabled].active, fieldset[disabled] .nvu-twitter.btn, fieldset[disabled] .nvu-twitter.btn:hover, fieldset[disabled] .nvu-twitter.btn:focus, fieldset[disabled] .nvu-twitter.btn:active, fieldset[disabled] .nvu-twitter.btn.active {
    background-color: #3b8398; }
  .nvu-twitter.btn.btn-ghost {
    color: #3b8398;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #3b8398;
    box-shadow: inset 0 0 0 1px #3b8398;
    border-width: 0; }
    .nvu-twitter.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .nvu-twitter.btn.btn-ghost.btn-transparent.active, .nvu-twitter.btn.btn-ghost.btn-transparent.open, .nvu-twitter.btn.btn-ghost.btn-transparent:focus, .nvu-twitter.btn.btn-ghost.btn-transparent:active {
        color: #3b8398;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #3b8398;
        box-shadow: inset 0 0 0 1px #3b8398; }
    .nvu-twitter.btn.btn-ghost.active, .nvu-twitter.btn.btn-ghost.open, .nvu-twitter.btn.btn-ghost:focus, .nvu-twitter.btn.btn-ghost:active {
      color: #3b8398;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #3b8398;
      box-shadow: inset 0 0 0 1px #3b8398; }
  .nvu-twitter.btn.btn-ghost:hover {
    color: #2d6373;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #2d6373;
    box-shadow: inset 0 0 0 1px #2d6373; }
  .nvu-twitter.btn .badge {
    color: #3b8398;
    background-color: #f0f1f2; }

/* Button Strip */
.btn.nvu-twitter-stripe {
  border-left: 3px solid #3b8398; }

/* Portlet */
.portlet > .portlet-body.nvu-twitter,
.portlet.nvu-twitter {
  background-color: #3b8398; }

.portlet.solid.nvu-twitter > .portlet-title,
.portlet.solid.nvu-twitter > .portlet-body {
  border: 0;
  color: #f0f1f2; }
.portlet.solid.nvu-twitter > .portlet-title > .caption > i {
  color: #f0f1f2; }

.portlet.box.nvu-twitter {
  border: 1px solid #4ca1ba;
  border-top: 0; }
  .portlet.box.nvu-twitter > .portlet-title {
    background-color: #3b8398; }
    .portlet.box.nvu-twitter > .portlet-title > .caption {
      color: #f0f1f2; }
      .portlet.box.nvu-twitter > .portlet-title > .caption > i {
        color: #f0f1f2; }
    .portlet.box.nvu-twitter > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #78b8cb;
      color: #8bc2d2; }
      .portlet.box.nvu-twitter > .portlet-title > .actions .btn-default:hover, .portlet.box.nvu-twitter > .portlet-title > .actions .btn-default:focus, .portlet.box.nvu-twitter > .portlet-title > .actions .btn-default:active, .portlet.box.nvu-twitter > .portlet-title > .actions .btn-default.active {
        border: 1px solid #9dccd9;
        color: #b0d5e0; }

/* Statistic Block */
.dashboard-stat.nvu-twitter {
  background-color: #3b8398; }
  .dashboard-stat.nvu-twitter .visual > i {
    color: #f0f1f2;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.nvu-twitter .details .number {
    color: #f0f1f2; }
  .dashboard-stat.nvu-twitter .details .desc {
    color: #f0f1f2;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.nvu-twitter .more {
    color: #f0f1f2;
    background-color: #357689; }

/* General Element */
.bg-nvu-twitter {
  border-color: #3b8398 !important;
  background-image: none !important;
  background-color: #3b8398 !important;
  color: #f0f1f2 !important; }

/* General Text & Icon Font Colors */
.font-nvu-twitter {
  color: #3b8398 !important; }

.font-nvu-twitter-medium {
  color: #265461 !important; }

.font-nvu-twitter-dark {
  color: #10242a !important; }

.font-nvu-twitter-light {
  color: #5fabc1 !important; }

/* Colored Borders */
.border-nvu-twitter {
  border: 2px solid #3b8398 !important;
  border-radius: 8px; }

.border-top-nvu-twitter {
  border-top: 2px solid #3b8398 !important; }

.border-right-nvu-twitter {
  border-right: 2px solid #3b8398 !important; }

.border-bottom-nvu-twitter {
  border-bottom: 2px solid #3b8398 !important; }

.border-left-nvu-twitter {
  border-left: 2px solid #3b8398 !important; }

label.border-nvu-twitter:hover {
  border-color: #4ca1ba !important; }

a.border-nvu-twitter:hover {
  border-color: #4ca1ba !important; }

/* Button */
.nvu-googleplus.btn {
  color: #f0f1f2;
  background-color: #e6402a;
  border-color: ""; }
  .nvu-googleplus.btn:hover, .nvu-googleplus.btn:focus, .nvu-googleplus.btn:active, .nvu-googleplus.btn.active {
    color: #f0f1f2;
    background-color: #cf2e18; }
  .open .nvu-googleplus.btn.dropdown-toggle {
    color: #f0f1f2;
    background-color: #cf2e18; }
  .nvu-googleplus.btn:active, .nvu-googleplus.btn.active {
    background-image: none; }
  .open .nvu-googleplus.btn.dropdown-toggle {
    background-image: none; }
  .nvu-googleplus.btn.disabled, .nvu-googleplus.btn.disabled:hover, .nvu-googleplus.btn.disabled:focus, .nvu-googleplus.btn.disabled:active, .nvu-googleplus.btn.disabled.active, .nvu-googleplus.btn[disabled], .nvu-googleplus.btn[disabled]:hover, .nvu-googleplus.btn[disabled]:focus, .nvu-googleplus.btn[disabled]:active, .nvu-googleplus.btn[disabled].active, fieldset[disabled] .nvu-googleplus.btn, fieldset[disabled] .nvu-googleplus.btn:hover, fieldset[disabled] .nvu-googleplus.btn:focus, fieldset[disabled] .nvu-googleplus.btn:active, fieldset[disabled] .nvu-googleplus.btn.active {
    background-color: #e6402a; }
  .nvu-googleplus.btn.btn-ghost {
    color: #e6402a;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #e6402a;
    box-shadow: inset 0 0 0 1px #e6402a;
    border-width: 0; }
    .nvu-googleplus.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .nvu-googleplus.btn.btn-ghost.btn-transparent.active, .nvu-googleplus.btn.btn-ghost.btn-transparent.open, .nvu-googleplus.btn.btn-ghost.btn-transparent:focus, .nvu-googleplus.btn.btn-ghost.btn-transparent:active {
        color: #e6402a;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #e6402a;
        box-shadow: inset 0 0 0 1px #e6402a; }
    .nvu-googleplus.btn.btn-ghost.active, .nvu-googleplus.btn.btn-ghost.open, .nvu-googleplus.btn.btn-ghost:focus, .nvu-googleplus.btn.btn-ghost:active {
      color: #e6402a;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #e6402a;
      box-shadow: inset 0 0 0 1px #e6402a; }
  .nvu-googleplus.btn.btn-ghost:hover {
    color: #c62c17;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #c62c17;
    box-shadow: inset 0 0 0 1px #c62c17; }
  .nvu-googleplus.btn .badge {
    color: #e6402a;
    background-color: #f0f1f2; }

/* Button Strip */
.btn.nvu-googleplus-stripe {
  border-left: 3px solid #e6402a; }

/* Portlet */
.portlet > .portlet-body.nvu-googleplus,
.portlet.nvu-googleplus {
  background-color: #e6402a; }

.portlet.solid.nvu-googleplus > .portlet-title,
.portlet.solid.nvu-googleplus > .portlet-body {
  border: 0;
  color: #f0f1f2; }
.portlet.solid.nvu-googleplus > .portlet-title > .caption > i {
  color: #f0f1f2; }

.portlet.box.nvu-googleplus {
  border: 1px solid #eb6958;
  border-top: 0; }
  .portlet.box.nvu-googleplus > .portlet-title {
    background-color: #e6402a; }
    .portlet.box.nvu-googleplus > .portlet-title > .caption {
      color: #f0f1f2; }
      .portlet.box.nvu-googleplus > .portlet-title > .caption > i {
        color: #f0f1f2; }
    .portlet.box.nvu-googleplus > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #f29a8e;
      color: #f4afa5; }
      .portlet.box.nvu-googleplus > .portlet-title > .actions .btn-default:hover, .portlet.box.nvu-googleplus > .portlet-title > .actions .btn-default:focus, .portlet.box.nvu-googleplus > .portlet-title > .actions .btn-default:active, .portlet.box.nvu-googleplus > .portlet-title > .actions .btn-default.active {
        border: 1px solid #f7c3bc;
        color: #fad7d3; }

/* Statistic Block */
.dashboard-stat.nvu-googleplus {
  background-color: #e6402a; }
  .dashboard-stat.nvu-googleplus .visual > i {
    color: #f0f1f2;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.nvu-googleplus .details .number {
    color: #f0f1f2; }
  .dashboard-stat.nvu-googleplus .details .desc {
    color: #f0f1f2;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.nvu-googleplus .more {
    color: #f0f1f2;
    background-color: #e1321a; }

/* General Element */
.bg-nvu-googleplus {
  border-color: #e6402a !important;
  background-image: none !important;
  background-color: #e6402a !important;
  color: #f0f1f2 !important; }

/* General Text & Icon Font Colors */
.font-nvu-googleplus {
  color: #e6402a !important; }

.font-nvu-googleplus-medium {
  color: #af2715 !important; }

.font-nvu-googleplus-dark {
  color: #6b180c !important; }

.font-nvu-googleplus-light {
  color: #ee7d6e !important; }

/* Colored Borders */
.border-nvu-googleplus {
  border: 2px solid #e6402a !important;
  border-radius: 8px; }

.border-top-nvu-googleplus {
  border-top: 2px solid #e6402a !important; }

.border-right-nvu-googleplus {
  border-right: 2px solid #e6402a !important; }

.border-bottom-nvu-googleplus {
  border-bottom: 2px solid #e6402a !important; }

.border-left-nvu-googleplus {
  border-left: 2px solid #e6402a !important; }

label.border-nvu-googleplus:hover {
  border-color: #eb6958 !important; }

a.border-nvu-googleplus:hover {
  border-color: #eb6958 !important; }

/* Button */
.nvu-pinterest.btn {
  color: #f0f1f2;
  background-color: #da0000;
  border-color: ""; }
  .nvu-pinterest.btn:hover, .nvu-pinterest.btn:focus, .nvu-pinterest.btn:active, .nvu-pinterest.btn.active {
    color: #f0f1f2;
    background-color: #b10000; }
  .open .nvu-pinterest.btn.dropdown-toggle {
    color: #f0f1f2;
    background-color: #b10000; }
  .nvu-pinterest.btn:active, .nvu-pinterest.btn.active {
    background-image: none; }
  .open .nvu-pinterest.btn.dropdown-toggle {
    background-image: none; }
  .nvu-pinterest.btn.disabled, .nvu-pinterest.btn.disabled:hover, .nvu-pinterest.btn.disabled:focus, .nvu-pinterest.btn.disabled:active, .nvu-pinterest.btn.disabled.active, .nvu-pinterest.btn[disabled], .nvu-pinterest.btn[disabled]:hover, .nvu-pinterest.btn[disabled]:focus, .nvu-pinterest.btn[disabled]:active, .nvu-pinterest.btn[disabled].active, fieldset[disabled] .nvu-pinterest.btn, fieldset[disabled] .nvu-pinterest.btn:hover, fieldset[disabled] .nvu-pinterest.btn:focus, fieldset[disabled] .nvu-pinterest.btn:active, fieldset[disabled] .nvu-pinterest.btn.active {
    background-color: #da0000; }
  .nvu-pinterest.btn.btn-ghost {
    color: #da0000;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #da0000;
    box-shadow: inset 0 0 0 1px #da0000;
    border-width: 0; }
    .nvu-pinterest.btn.btn-ghost.btn-transparent {
      background: transparent;
      border: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #888; }
      .nvu-pinterest.btn.btn-ghost.btn-transparent.active, .nvu-pinterest.btn.btn-ghost.btn-transparent.open, .nvu-pinterest.btn.btn-ghost.btn-transparent:focus, .nvu-pinterest.btn.btn-ghost.btn-transparent:active {
        color: #da0000;
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #da0000;
        box-shadow: inset 0 0 0 1px #da0000; }
    .nvu-pinterest.btn.btn-ghost.active, .nvu-pinterest.btn.btn-ghost.open, .nvu-pinterest.btn.btn-ghost:focus, .nvu-pinterest.btn.btn-ghost:active {
      color: #da0000;
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #da0000;
      box-shadow: inset 0 0 0 1px #da0000; }
  .nvu-pinterest.btn.btn-ghost:hover {
    color: #a70000;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #a70000;
    box-shadow: inset 0 0 0 1px #a70000; }
  .nvu-pinterest.btn .badge {
    color: #da0000;
    background-color: #f0f1f2; }

/* Button Strip */
.btn.nvu-pinterest-stripe {
  border-left: 3px solid #da0000; }

/* Portlet */
.portlet > .portlet-body.nvu-pinterest,
.portlet.nvu-pinterest {
  background-color: #da0000; }

.portlet.solid.nvu-pinterest > .portlet-title,
.portlet.solid.nvu-pinterest > .portlet-body {
  border: 0;
  color: #f0f1f2; }
.portlet.solid.nvu-pinterest > .portlet-title > .caption > i {
  color: #f0f1f2; }

.portlet.box.nvu-pinterest {
  border: 1px solid #ff0e0e;
  border-top: 0; }
  .portlet.box.nvu-pinterest > .portlet-title {
    background-color: #da0000; }
    .portlet.box.nvu-pinterest > .portlet-title > .caption {
      color: #f0f1f2; }
      .portlet.box.nvu-pinterest > .portlet-title > .caption > i {
        color: #f0f1f2; }
    .portlet.box.nvu-pinterest > .portlet-title > .actions .btn-default {
      background: transparent !important;
      background-color: transparent !important;
      border: 1px solid #ff4b4b;
      color: #ff6565; }
      .portlet.box.nvu-pinterest > .portlet-title > .actions .btn-default:hover, .portlet.box.nvu-pinterest > .portlet-title > .actions .btn-default:focus, .portlet.box.nvu-pinterest > .portlet-title > .actions .btn-default:active, .portlet.box.nvu-pinterest > .portlet-title > .actions .btn-default.active {
        border: 1px solid #ff7e7e;
        color: #ff9898; }

/* Statistic Block */
.dashboard-stat.nvu-pinterest {
  background-color: #da0000; }
  .dashboard-stat.nvu-pinterest .visual > i {
    color: #f0f1f2;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .dashboard-stat.nvu-pinterest .details .number {
    color: #f0f1f2; }
  .dashboard-stat.nvu-pinterest .details .desc {
    color: #f0f1f2;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .dashboard-stat.nvu-pinterest .more {
    color: #f0f1f2;
    background-color: #c60000; }

/* General Element */
.bg-nvu-pinterest {
  border-color: #da0000 !important;
  background-image: none !important;
  background-color: #da0000 !important;
  color: #f0f1f2 !important; }

/* General Text & Icon Font Colors */
.font-nvu-pinterest {
  color: #da0000 !important; }

.font-nvu-pinterest-medium {
  color: #8d0000 !important; }

.font-nvu-pinterest-dark {
  color: #410000 !important; }

.font-nvu-pinterest-light {
  color: #ff2727 !important; }

/* Colored Borders */
.border-nvu-pinterest {
  border: 2px solid #da0000 !important;
  border-radius: 8px; }

.border-top-nvu-pinterest {
  border-top: 2px solid #da0000 !important; }

.border-right-nvu-pinterest {
  border-right: 2px solid #da0000 !important; }

.border-bottom-nvu-pinterest {
  border-bottom: 2px solid #da0000 !important; }

.border-left-nvu-pinterest {
  border-left: 2px solid #da0000 !important; }

label.border-nvu-pinterest:hover {
  border-color: #ff0e0e !important; }

a.border-nvu-pinterest:hover {
  border-color: #ff0e0e !important; }

/***
Transparent Button (must remain at the bottom of the file)
***/
.btn-transparent.btn {
  background: transparent;
  border: transparent;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  color: #888; }
